Home
last modified time | relevance | path

Searched refs:root_bus_nr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/controller/
H A Dpcie-altera.c63 (((TLP_REQ_ID(pcie->root_bus_nr, RP_DEVFN)) << 16) | (tag << 8) | (be))
91 u8 root_bus_nr; member
186 if (bus->number != pcie->root_bus_nr) { in altera_pcie_valid_device()
192 if (bus->number == pcie->root_bus_nr && dev > 0) in altera_pcie_valid_device()
329 cfg = (bus == pcie->root_bus_nr) ? cfg0 : cfg1; in get_tlp_header()
376 if ((bus == pcie->root_bus_nr) && (where == PCI_PRIMARY_BUS)) in tlp_cfg_dword_write()
377 pcie->root_bus_nr = (u8)(value); in tlp_cfg_dword_write()
423 if (busno == pcie->root_bus_nr && where == PCI_PRIMARY_BUS) in s10_rp_write_cfg()
424 pcie->root_bus_nr = value & 0xff; in s10_rp_write_cfg()
437 if (busno == pcie->root_bus_nr && pcie->pcie_data->ops->rp_read_cfg) in _altera_pcie_cfg_read()
[all …]
/openbmc/linux/arch/arm/mach-dove/
H A Dpcie.c24 u8 root_bus_nr; member
45 pp->root_bus_nr = sys->busnr; in dove_pcie_setup()
87 if (bus == pp->root_bus_nr && dev > 1) in pcie_valid_config()
206 pp->root_bus_nr = -1; in add_pcie_port()
/openbmc/linux/arch/arm/mach-mv78xx0/
H A Dpcie.c26 u8 root_bus_nr; member
108 pp->root_bus_nr = sys->busnr; in mv78xx0_pcie_setup()
131 if (bus == pp->root_bus_nr && dev > 1) in pcie_valid_config()
248 pp->root_bus_nr = -1; in add_pcie_port()