Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpcie-altera.c64 (((TLP_REQ_ID(pcie->root_bus_nr, RP_DEVFN)) << 16) | (tag << 8) | (be))
92 u8 root_bus_nr; member
187 if (bus->number != pcie->root_bus_nr) { in altera_pcie_valid_device()
193 if (bus->number == pcie->root_bus_nr && dev > 0) in altera_pcie_valid_device()
330 cfg = (bus == pcie->root_bus_nr) ? cfg0 : cfg1; in get_tlp_header()
377 if ((bus == pcie->root_bus_nr) && (where == PCI_PRIMARY_BUS)) in tlp_cfg_dword_write()
378 pcie->root_bus_nr = (u8)(value); in tlp_cfg_dword_write()
424 if (busno == pcie->root_bus_nr && where == PCI_PRIMARY_BUS) in s10_rp_write_cfg()
425 pcie->root_bus_nr = value & 0xff; in s10_rp_write_cfg()
438 if (busno == pcie->root_bus_nr && pcie->pcie_data->ops->rp_read_cfg) in _altera_pcie_cfg_read()
[all …]
/Linux-v5.10/arch/arm/mach-dove/
Dpcie.c27 u8 root_bus_nr; member
47 pp->root_bus_nr = sys->busnr; in dove_pcie_setup()
89 if (bus == pp->root_bus_nr && dev > 1) in pcie_valid_config()
203 pp->root_bus_nr = -1; in add_pcie_port()
/Linux-v5.10/arch/arm/mach-mv78xx0/
Dpcie.c29 u8 root_bus_nr; member
110 pp->root_bus_nr = sys->busnr; in mv78xx0_pcie_setup()
131 if (bus == pp->root_bus_nr && dev > 1) in pcie_valid_config()
243 pp->root_bus_nr = -1; in add_pcie_port()