Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpcie-altera.c62 (((PCI_DEVID(pcie->root_bus_nr, RP_DEVFN)) << 16) | (tag << 8) | (be))
90 u8 root_bus_nr; member
185 if (bus->number != pcie->root_bus_nr) { in altera_pcie_valid_device()
191 if (bus->number == pcie->root_bus_nr && dev > 0) in altera_pcie_valid_device()
328 cfg = (bus == pcie->root_bus_nr) ? cfg0 : cfg1; in get_tlp_header()
375 if ((bus == pcie->root_bus_nr) && (where == PCI_PRIMARY_BUS)) in tlp_cfg_dword_write()
376 pcie->root_bus_nr = (u8)(value); in tlp_cfg_dword_write()
422 if (busno == pcie->root_bus_nr && where == PCI_PRIMARY_BUS) in s10_rp_write_cfg()
423 pcie->root_bus_nr = value & 0xff; in s10_rp_write_cfg()
436 if (busno == pcie->root_bus_nr && pcie->pcie_data->ops->rp_read_cfg) in _altera_pcie_cfg_read()
[all …]
/linux-6.12.1/arch/arm/mach-dove/
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()
/linux-6.12.1/arch/arm/mach-mv78xx0/
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()