Searched refs:pcidev_path_on_root_debug (Results 1 – 15 of 15) sorted by relevance
/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__)
|
/aosp_15_r20/external/coreboot/src/soc/intel/broadwell/include/soc/ |
H A D | pci_devs.h | 13 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__)
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/skx/include/soc/ |
H A D | pci_devs.h | 80 #define _UBOX_DEV(func) pcidev_path_on_root_debug(PCI_DEVFN(UBOX_DEV, func), __func__)
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/cpx/include/soc/ |
H A D | pci_devs.h | 87 #define _UBOX_DEV(func) pcidev_path_on_root_debug(PCI_DEVFN(UBOX_DEV, func), __func__)
|
/aosp_15_r20/external/coreboot/src/soc/intel/xeon_sp/gnr/include/soc/ |
H A D | pci_devs.h | 18 #define _SA_DEV(slot) pcidev_path_on_root_debug(_SA_DEVFN(slot), __func__)
|
/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__)
|
/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__)
|
/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__)
|
/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__)
|
/aosp_15_r20/external/coreboot/src/soc/intel/meteorlake/include/soc/ |
H A D | pci_devs.h | 11 #define _PCI_DEV(slot, func) pcidev_path_on_root_debug(_PCI_DEVFN(slot, func), __func__)
|
/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__)
|
/aosp_15_r20/external/coreboot/src/device/ |
H A D | device_const.c | 282 DEVTREE_CONST struct device *pcidev_path_on_root_debug(pci_devfn_t devfn, const char *func) in pcidev_path_on_root_debug() function
|
/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__)
|
/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__)
|
/aosp_15_r20/external/coreboot/src/include/device/ |
H A D | device.h | 466 DEVTREE_CONST struct device *pcidev_path_on_root_debug(pci_devfn_t devfn, const char *func);
|