Home
last modified time | relevance | path

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 Dpch_pci_devs.h9 #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 Dpci_devs.h13 #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 Dpci_devs.h80 #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 Dpci_devs.h87 #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 Dpci_devs.h18 #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 Dpci_devs.h12 #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 Dpci_devs.h12 #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 Dpci_devs.h12 #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 Dpci_devs.h12 #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 Dpci_devs.h11 #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 Dpci_devs.h14 #define _PCH_DEV(slot, func) pcidev_path_on_root_debug(_PCH_DEVFN(slot, func), __func__)
/aosp_15_r20/external/coreboot/src/device/
H A Ddevice_const.c282 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 Dpci_devs.h12 #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 Dpci_devs.h14 #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 Ddevice.h466 DEVTREE_CONST struct device *pcidev_path_on_root_debug(pci_devfn_t devfn, const char *func);