Home
last modified time | relevance | path

Searched defs:_PCH_DEV (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/include/soc/
H A Dpch_pci_devs.h9 #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 Dpci_devs.h9 #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 Dpci_devs.h12 #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 Dpci_devs.h12 #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 Dpci_devs.h12 #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 Dpci_devs.h12 #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 Dpci_devs.h14 #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 Dpci_devs.h14 #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 Dpci_devs.h12 #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 Dpci_devs.h14 #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