Home
last modified time | relevance | path

Searched defs:VTD_DEV (Results 1 – 4 of 4) sorted by relevance

/external/coreboot/src/soc/intel/xeon_sp/spr/include/soc/
Dpci_devs.h109 #define VTD_DEV(bus) pcidev_path_on_bus((bus), PCI_DEVFN(VTD_DEV_NUM, VTD_FUNC_NUM)) macro
111 #define VTD_DEV(bus) PCI_DEV((bus), VTD_DEV_NUM, VTD_FUNC_NUM) macro
/external/coreboot/src/soc/intel/xeon_sp/skx/include/soc/
Dpci_devs.h145 #define VTD_DEV(bus) pcidev_path_on_bus((bus), PCI_DEVFN(VTD_DEV_NUM, VTD_FUNC_NUM)) macro
147 #define VTD_DEV(bus) PCI_DEV((bus), VTD_DEV_NUM, VTD_FUNC_NUM) macro
/external/coreboot/src/soc/intel/xeon_sp/cpx/include/soc/
Dpci_devs.h149 #define VTD_DEV(bus) pcidev_path_on_bus((bus), PCI_DEVFN(VTD_DEV_NUM, VTD_FUNC_NUM)) macro
151 #define VTD_DEV(bus) PCI_DEV((bus), VTD_DEV_NUM, VTD_FUNC_NUM) macro
/external/coreboot/src/soc/intel/xeon_sp/gnr/include/soc/
Dpci_devs.h161 #define VTD_DEV(bus) pcidev_path_on_bus((bus), PCI_DEVFN(VTD_DEV_NUM, VTD_FUNC_NUM)) macro
163 #define VTD_DEV(bus) PCI_DEV((bus), VTD_DEV_NUM, VTD_FUNC_NUM) macro