Home
last modified time | relevance | path

Searched refs:pcidev_path_on_bus (Results 1 – 10 of 10) sorted by relevance

/external/coreboot/src/soc/intel/xeon_sp/skx/include/soc/
Dpci_devs.h30 #define _PCU_DEV(bus, func) pcidev_path_on_bus(bus, PCI_DEVFN(PCU_DEV, func))
145 #define VTD_DEV(bus) pcidev_path_on_bus((bus), PCI_DEVFN(VTD_DEV_NUM, VTD_FUNC_NUM))
/external/coreboot/src/soc/intel/xeon_sp/cpx/include/soc/
Dpci_devs.h19 #define _PCU_DEV(bus, func) pcidev_path_on_bus(bus, PCI_DEVFN(PCU_DEV, func))
149 #define VTD_DEV(bus) pcidev_path_on_bus((bus), PCI_DEVFN(VTD_DEV_NUM, VTD_FUNC_NUM))
/external/coreboot/src/soc/intel/xeon_sp/gnr/include/soc/
Dpci_devs.h44 #define _PCU_DEV(bus, func) pcidev_path_on_bus(bus, PCI_DEVFN(PCU_DEV, func))
161 #define VTD_DEV(bus) pcidev_path_on_bus((bus), PCI_DEVFN(VTD_DEV_NUM, VTD_FUNC_NUM))
/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))
/external/coreboot/src/device/oprom/realmode/
Dx86_interrupts.c161 dev = pcidev_path_on_bus(bus, devfn); in int1a_handler()
/external/coreboot/src/arch/x86/
Dpirq_routing.c161 pci_assign_irqs(pcidev_path_on_bus(bus, devfn), irq_slot); in pirq_route_irqs()
/external/coreboot/src/device/
Ddevice_const.c225 DEVTREE_CONST struct device *pcidev_path_on_bus(unsigned int bus, pci_devfn_t devfn) in pcidev_path_on_bus() function
/external/coreboot/src/device/oprom/yabel/
Dio.c437 dev = pcidev_path_on_bus(bus, devfn); in pci_cfg_read()
Dinterrupt.c411 dev = pcidev_path_on_bus(bus, devfn); in handleInt1a()
/external/coreboot/src/include/device/
Ddevice.h450 DEVTREE_CONST struct device *pcidev_path_on_bus(unsigned int bus, pci_devfn_t devfn);