Home
last modified time | relevance | path

Searched refs:pci_bus (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/pci/
A Dpcie_brcmstb.c208 unsigned int pci_bus = PCI_BUS(bdf); in brcm_pcie_config_address() local
217 if (pci_bus < 2 && pci_dev > 0) in brcm_pcie_config_address()
221 if (pci_bus == 0) { in brcm_pcie_config_address()
227 idx = PCIE_ECAM_OFFSET(pci_bus, pci_dev, pci_func, 0); in brcm_pcie_config_address()
/u-boot/doc/board/sifive/
A Dunmatched.rst293 [ 1.887700] pci_bus 0000:00: root bus resource [bus 00-ff]
294 …[ 1.893247] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] (bus address [0x60080000-0x6…
295 [ 1.902807] pci_bus 0000:00: root bus resource [mem 0x60090000-0x70ffffff]
296 [ 1.909748] pci_bus 0000:00: root bus resource [mem 0x2000000000-0x3fffffffff pref]
326 [ 2.111901] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
330 [ 2.148888] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
331 [ 2.155588] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
332 [ 2.162286] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 06
335 [ 2.192890] pci_bus 0000:07: busn_res: [bus 07-ff] end is updated to 07
336 [ 2.198837] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 07
[all …]
/u-boot/scripts/dtc/
A Dchecks.c778 static const struct bus_type pci_bus = { variable
791 node->bus = &pci_bus; in check_pci_bridge()
830 if (!node->parent || (node->parent->bus != &pci_bus)) in check_pci_device_bus_num()
862 if (!node->parent || (node->parent->bus != &pci_bus)) in check_pci_device_reg()
/u-boot/include/acpi/
A Dacpi_table.h645 u8 pci_bus; member

Completed in 23 milliseconds