Home
last modified time | relevance | path

Searched refs:last_busno (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/arch/xtensa/kernel/
Dpci.c130 pci_ctrl->last_busno = 0xff; in pcibios_init()
139 pci_ctrl->last_busno = bus->busn_res.end; in pcibios_init()
140 if (next_busno <= pci_ctrl->last_busno) in pcibios_init()
141 next_busno = pci_ctrl->last_busno+1; in pcibios_init()
/Linux-v4.19/arch/powerpc/kernel/
Dpci_32.c244 hose->last_busno = 0xff; in pcibios_init()
247 if (pci_assign_all_buses || next_busno <= hose->last_busno) in pcibios_init()
248 next_busno = hose->last_busno + pcibios_assign_bus_offset; in pcibios_init()
277 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
Drtas_pci.c235 phb->last_busno = be32_to_cpu(bus_range[1]); in phb_set_bus_ranges()
Dpci-common.c1610 hose->busn.end = hose->last_busno; in pcibios_scan_phb()
1635 hose->last_busno = pci_scan_child_bus(bus); in pcibios_scan_phb()
1636 pci_bus_update_busn_res_end(bus, hose->last_busno); in pcibios_scan_phb()
/Linux-v4.19/arch/powerpc/platforms/maple/
Dpci.c456 hose->last_busno = 0xff; in setup_u3_agp()
488 hose->last_busno = 0xef; in setup_u3_ht()
513 hose->last_busno = bus_range ? bus_range[1] : 0xff; in maple_add_bridge()
531 disp_name, hose->first_busno, hose->last_busno); in maple_add_bridge()
/Linux-v4.19/arch/xtensa/include/asm/
Dpci-bridge.h42 int last_busno; member
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dpci.c642 hose->last_busno = 0xff; in setup_u3_agp()
666 hose->last_busno = 0xff; in setup_u4_pcie()
741 hose->last_busno = 0xef; in setup_u3_ht()
802 hose->last_busno = bus_range ? bus_range[1] : 0xff; in pmac_add_bridge()
823 " %d->%d\n", disp_name, hose->first_busno, hose->last_busno); in pmac_add_bridge()
846 hose->last_busno); in pmac_add_bridge()
/Linux-v4.19/arch/powerpc/platforms/embedded6xx/
Dstorcenter.c55 hose->last_busno = bus_range ? bus_range[1] : 0xff; in storcenter_add_bridge()
Dlinkstation.c55 hose->last_busno = bus_range ? bus_range[1] : 0xff; in linkstation_add_bridge()
Dmvme5100.c127 hose->last_busno = bus_range ? bus_range[1] : 0xff; in mvme5100_add_bridge()
/Linux-v4.19/arch/powerpc/platforms/4xx/
Dpci.c369 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_probe_pci_bridge()
575 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_probe_pcix_bridge()
1562 if (bus->number > port->hose->last_busno) { in ppc4xx_pciex_validate_bdf()
1645 bus->number, hose->first_busno, hose->last_busno, in ppc4xx_pciex_read_config()
1685 bus->number, hose->first_busno, hose->last_busno, in ppc4xx_pciex_write_config()
1944 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_pciex_port_setup_hose()
1951 busses = hose->last_busno - hose->first_busno; /* This is off by 1 */ in ppc4xx_pciex_port_setup_hose()
1954 hose->last_busno = hose->first_busno + busses; in ppc4xx_pciex_port_setup_hose()
1984 hose->first_busno, hose->last_busno); in ppc4xx_pciex_port_setup_hose()
1999 out_8(mbase + PCI_SUBORDINATE_BUS, hose->last_busno); in ppc4xx_pciex_port_setup_hose()
/Linux-v4.19/arch/microblaze/include/asm/
Dpci-bridge.h37 int last_busno; member
/Linux-v4.19/arch/microblaze/pci/
Dpci-common.c988 hose->last_busno = bus->busn_res.end; in pcibios_scan_phb()
1000 hose->last_busno = 0xff; in pcibios_init()
1002 if (next_busno <= hose->last_busno) in pcibios_init()
1003 next_busno = hose->last_busno + 1; in pcibios_init()
1024 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
/Linux-v4.19/arch/powerpc/sysdev/
Dtsi108_pci.c228 hose->last_busno = bus_range ? bus_range[1] : 0xff; in tsi108_setup_pci()
234 rsrc.start, hose->first_busno, hose->last_busno); in tsi108_setup_pci()
Dfsl_pci.c560 hose->last_busno = bus_range ? bus_range[1] : 0xff; in fsl_add_bridge()
625 hose->last_busno); in fsl_add_bridge()
860 hose->last_busno = bus_range ? bus_range[1] : 0xff; in mpc83xx_add_bridge()
874 hose->last_busno); in mpc83xx_add_bridge()
/Linux-v4.19/arch/powerpc/platforms/amigaone/
Dsetup.c60 hose->last_busno = bus_range ? bus_range[1] : 0xff; in amigaone_add_bridge()
/Linux-v4.19/arch/powerpc/platforms/52xx/
Defika.c124 hose->last_busno = bus_range[1]; in efika_pcisetup()
Dmpc52xx_pci.c401 hose->last_busno = bus_range ? bus_range[1] : 0xff; in mpc52xx_add_bridge()
/Linux-v4.19/arch/powerpc/platforms/pasemi/
Dpci.c203 hose->last_busno = 0xff; in pas_add_bridge()
/Linux-v4.19/drivers/pci/controller/
Dpcie-xilinx-nwl.c168 u8 last_busno; member
719 pcie->last_busno = (ecam_val & E_ECAM_SIZE_LOC) >> E_ECAM_SIZE_SHIFT; in nwl_pcie_bridge_init()
723 ecam_val |= (pcie->last_busno << E_ECAM_SIZE_SHIFT); in nwl_pcie_bridge_init()
/Linux-v4.19/arch/powerpc/include/asm/
Dpci-bridge.h66 int last_busno; member
/Linux-v4.19/arch/powerpc/platforms/chrp/
Dpci.c266 hose->last_busno = bus_range[1]; in chrp_find_bridges()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dpci-ioda.c3788 hose->last_busno = be32_to_cpu(prop32[1]); in pnv_pci_init_ioda_phb()
3792 hose->last_busno = 0xff; in pnv_pci_init_ioda_phb()