/linux/arch/powerpc/kernel/ |
A D | pci_32.c | 248 hose->last_busno = 0xff; in pcibios_init() 251 if (pci_assign_all_buses || next_busno <= hose->last_busno) in pcibios_init() 252 next_busno = hose->last_busno + pcibios_assign_bus_offset; in pcibios_init() 285 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
|
A D | rtas_pci.c | 222 phb->last_busno = be32_to_cpu(bus_range[1]); in phb_set_bus_ranges()
|
A D | pci-common.c | 1644 hose->busn.end = hose->last_busno; in pcibios_scan_phb() 1669 hose->last_busno = pci_scan_child_bus(bus); in pcibios_scan_phb() 1670 pci_bus_update_busn_res_end(bus, hose->last_busno); in pcibios_scan_phb()
|
/linux/arch/powerpc/platforms/maple/ |
A D | pci.c | 452 hose->last_busno = 0xff; in setup_u3_agp() 484 hose->last_busno = 0xef; in setup_u3_ht() 509 hose->last_busno = bus_range ? bus_range[1] : 0xff; in maple_add_bridge() 527 disp_name, hose->first_busno, hose->last_busno); in maple_add_bridge()
|
/linux/arch/powerpc/platforms/powermac/ |
A D | pci.c | 636 hose->last_busno = 0xff; in setup_u3_agp() 660 hose->last_busno = 0xff; in setup_u4_pcie() 735 hose->last_busno = 0xef; in setup_u3_ht() 796 hose->last_busno = bus_range ? bus_range[1] : 0xff; in pmac_add_bridge() 817 " %d->%d\n", disp_name, hose->first_busno, hose->last_busno); in pmac_add_bridge() 840 hose->last_busno); in pmac_add_bridge()
|
/linux/arch/powerpc/platforms/4xx/ |
A D | pci.c | 369 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() 1559 if (bus->number > port->hose->last_busno) { in ppc4xx_pciex_validate_bdf() 1642 bus->number, hose->first_busno, hose->last_busno, in ppc4xx_pciex_read_config() 1682 bus->number, hose->first_busno, hose->last_busno, in ppc4xx_pciex_write_config() 1941 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_pciex_port_setup_hose() 1948 busses = hose->last_busno - hose->first_busno; /* This is off by 1 */ in ppc4xx_pciex_port_setup_hose() 1951 hose->last_busno = hose->first_busno + busses; in ppc4xx_pciex_port_setup_hose() 1981 hose->first_busno, hose->last_busno); in ppc4xx_pciex_port_setup_hose() 1996 out_8(mbase + PCI_SUBORDINATE_BUS, hose->last_busno); in ppc4xx_pciex_port_setup_hose()
|
/linux/arch/microblaze/pci/ |
A D | pci-common.c | 977 hose->last_busno = bus->busn_res.end; in pcibios_scan_phb() 989 hose->last_busno = 0xff; in pcibios_init() 991 if (next_busno <= hose->last_busno) in pcibios_init() 992 next_busno = hose->last_busno + 1; in pcibios_init() 1013 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
|
/linux/arch/xtensa/include/asm/ |
A D | pci-bridge.h | 40 int last_busno; member
|
/linux/arch/powerpc/platforms/embedded6xx/ |
A D | storcenter.c | 55 hose->last_busno = bus_range ? bus_range[1] : 0xff; in storcenter_add_bridge()
|
A D | linkstation.c | 55 hose->last_busno = bus_range ? bus_range[1] : 0xff; in linkstation_add_bridge()
|
A D | mvme5100.c | 122 hose->last_busno = bus_range ? bus_range[1] : 0xff; in mvme5100_add_bridge()
|
/linux/arch/powerpc/sysdev/ |
A D | tsi108_pci.c | 215 hose->last_busno = bus_range ? bus_range[1] : 0xff; in tsi108_setup_pci() 221 rsrc.start, hose->first_busno, hose->last_busno); in tsi108_setup_pci()
|
A D | fsl_pci.c | 557 hose->last_busno = bus_range ? bus_range[1] : 0xff; in fsl_add_bridge() 622 hose->last_busno); in fsl_add_bridge() 857 hose->last_busno = bus_range ? bus_range[1] : 0xff; in mpc83xx_add_bridge() 871 hose->last_busno); in mpc83xx_add_bridge()
|
/linux/arch/microblaze/include/asm/ |
A D | pci-bridge.h | 34 int last_busno; member
|
/linux/arch/powerpc/platforms/amigaone/ |
A D | setup.c | 56 hose->last_busno = bus_range ? bus_range[1] : 0xff; in amigaone_add_bridge()
|
/linux/drivers/pci/controller/ |
A D | pcie-xilinx-nwl.c | 170 u8 last_busno; member 705 pcie->last_busno = (ecam_val & E_ECAM_SIZE_LOC) >> E_ECAM_SIZE_SHIFT; in nwl_pcie_bridge_init() 709 ecam_val |= (pcie->last_busno << E_ECAM_SIZE_SHIFT); in nwl_pcie_bridge_init()
|
/linux/arch/powerpc/platforms/52xx/ |
A D | efika.c | 122 hose->last_busno = bus_range[1]; in efika_pcisetup()
|
A D | mpc52xx_pci.c | 401 hose->last_busno = bus_range ? bus_range[1] : 0xff; in mpc52xx_add_bridge()
|
/linux/arch/powerpc/platforms/pasemi/ |
A D | pci.c | 251 hose->last_busno = 0xff; in pas_add_bridge()
|
/linux/arch/powerpc/include/asm/ |
A D | pci-bridge.h | 63 int last_busno; member
|
/linux/arch/powerpc/platforms/chrp/ |
A D | pci.c | 265 hose->last_busno = bus_range[1]; in chrp_find_bridges()
|
/linux/arch/powerpc/platforms/powernv/ |
A D | pci-ioda.c | 2992 hose->last_busno = be32_to_cpu(prop32[1]); in pnv_pci_init_ioda_phb() 2996 hose->last_busno = 0xff; in pnv_pci_init_ioda_phb()
|