Searched refs:pcidev_path_on_bus (Results 1 – 10 of 10) sorted by relevance
/external/coreboot/src/soc/intel/xeon_sp/skx/include/soc/ |
D | pci_devs.h | 30 #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/ |
D | pci_devs.h | 19 #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/ |
D | pci_devs.h | 44 #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/ |
D | pci_devs.h | 109 #define VTD_DEV(bus) pcidev_path_on_bus((bus), PCI_DEVFN(VTD_DEV_NUM, VTD_FUNC_NUM))
|
/external/coreboot/src/device/oprom/realmode/ |
D | x86_interrupts.c | 161 dev = pcidev_path_on_bus(bus, devfn); in int1a_handler()
|
/external/coreboot/src/arch/x86/ |
D | pirq_routing.c | 161 pci_assign_irqs(pcidev_path_on_bus(bus, devfn), irq_slot); in pirq_route_irqs()
|
/external/coreboot/src/device/ |
D | device_const.c | 225 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/ |
D | io.c | 437 dev = pcidev_path_on_bus(bus, devfn); in pci_cfg_read()
|
D | interrupt.c | 411 dev = pcidev_path_on_bus(bus, devfn); in handleInt1a()
|
/external/coreboot/src/include/device/ |
D | device.h | 450 DEVTREE_CONST struct device *pcidev_path_on_bus(unsigned int bus, pci_devfn_t devfn);
|