/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/include/soc/ |
H A D | pch_pci_devs.h | 9 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro 11 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/include/soc/ |
H A D | pci_devs.h | 9 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro 13 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/apollolake/include/soc/ |
H A D | pci_devs.h | 12 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro 14 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/skylake/include/soc/ |
H A D | pci_devs.h | 12 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro 14 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/jasperlake/include/soc/ |
H A D | pci_devs.h | 12 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro 14 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/cannonlake/include/soc/ |
H A D | pci_devs.h | 12 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro 14 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/denverton_ns/include/soc/ |
H A D | pci_devs.h | 14 #define _PCH_DEV(slot, func) pcidev_path_on_root(_PCH_DEVFN(slot, func)) macro 16 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_##slot, func) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/tigerlake/include/soc/ |
H A D | pci_devs.h | 14 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro 17 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/elkhartlake/include/soc/ |
H A D | pci_devs.h | 12 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro 14 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro
|
/aosp_15_r20/external/coreboot/src/soc/intel/alderlake/include/soc/ |
H A D | pci_devs.h | 14 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__) macro 17 #define _PCH_DEV(slot, func) PCI_DEV(0, PCH_DEV_SLOT_ ## slot, func) macro
|