drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / src / northbridge / amd / pi / 00730F01 / pci_devs.h
blob92f6ac5c577ca0f027f717807f970f902ad3438a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _AMD_00730F01_PCI_DEVS_H_
4 #define _AMD_00730F01_PCI_DEVS_H_
6 /* Graphics and Display */
7 #define GFX_DEV 0x1
8 #define GFX_FUNC 0
9 #define GFX_DEVFN PCI_DEVFN(GFX_DEV, GFX_FUNC)
11 /* Internal Audio controller */
12 #define ACTL_DEV 0x1
13 #define ACTL_FUNC 1
14 #define ACTL_DEVFN PCI_DEVFN(ACTL_DEV, ACTL_FUNC)
16 /* PCIe Ports */
17 #define NB_PCIE_PORT2_DEV 0x2
18 #define NB_PCIE_FUNC0 0
19 #define NB_PCIE_FUNC1 1
20 #define NB_PCIE_FUNC2 2
21 #define NB_PCIE_FUNC3 3
22 #define NB_PCIE_FUNC4 4
23 #define NB_PCIE_FUNC5 5
24 #define NB_PCIE_PORT0_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC0)
25 #define NB_PCIE_PORT1_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC1)
26 #define NB_PCIE_PORT2_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC2)
27 #define NB_PCIE_PORT3_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC3)
28 #define NB_PCIE_PORT4_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC4)
29 #define NB_PCIE_PORT5_DEVFN PCI_DEVFN(NB_PCIE_PORT2_DEV, NB_PCIE_FUNC5)
31 #endif /* _AMD_00730F01_PCI_DEVS_H_ */