Searched refs:pcidev_path_behind (Results 1 – 10 of 10) sorted by relevance
/external/coreboot/src/mainboard/aopen/dxplplusu/ |
D | acpi_tables.c | 14 dev = pcidev_path_behind(bdev->downstream, PCI_DEVFN(28, 0)); in acpi_fill_madt() 22 dev = pcidev_path_behind(bdev->downstream, PCI_DEVFN(30, 0)); in acpi_fill_madt()
|
/external/coreboot/src/soc/cavium/cn81xx/ |
D | ecam0.c | 234 child = pcidev_path_behind(bridge->downstream, i); in ecam0_init() 253 child = pcidev_path_behind(bridge->downstream, i); in ecam0_init() 284 child = pcidev_path_behind(bridge->downstream, i); in ecam0_init() 296 child = pcidev_path_behind(bridge->downstream, in ecam0_init()
|
/external/coreboot/src/device/ |
D | device_const.c | 215 DEVTREE_CONST struct device *pcidev_path_behind( in pcidev_path_behind() function 237 return pcidev_path_behind(dev->upstream, devfn); in pcidev_path_on_bus() 261 return pcidev_path_behind(pci_root_bus(), devfn); in pcidev_path_on_root() 279 return pcidev_path_behind(bridge->downstream, devfn); in pcidev_path_behind_pci2pci_bridge()
|
D | device.c | 24 struct device *dev = pcidev_path_behind(bus, devfn); in devfn_disable()
|
D | pci_device.c | 1457 dev = pcidev_path_behind(bus, devfn); in pci_scan_bus()
|
/external/coreboot/src/mainboard/roda/rk9/ |
D | ti_pci7xx1.c | 22 pcidev_path_behind(dev->upstream, PCI_DEVFN(slot, fn)); in pci7xx1_enable()
|
/external/coreboot/src/southbridge/intel/bd82x6x/ |
D | pcie.c | 149 child = pcidev_path_behind(dev->downstream, PCI_DEVFN(0, 0)); in pch_pcie_pm_early()
|
/external/coreboot/src/soc/amd/common/block/acpi/ |
D | ivrs.c | 318 nb_dev = pcidev_path_behind(dev->downstream, PCI_DEVFN(0, 0)); in acpi_fill_ivrs() 319 iommu_dev = pcidev_path_behind(dev->downstream, PCI_DEVFN(0, 2)); in acpi_fill_ivrs()
|
/external/coreboot/src/mainboard/pcengines/apu2/ |
D | mainboard.c | 280 dev = pcidev_path_behind(dev->downstream, PCI_DEVFN(0, 0)); in smbios_mainboard_serial_number()
|
/external/coreboot/src/include/device/ |
D | device.h | 447 DEVTREE_CONST struct device *pcidev_path_behind(const struct bus *parent,
|