Home
last modified time | relevance | path

Searched refs:first_busno (Results 1 – 19 of 19) sorted by relevance

/linux/arch/powerpc/sysdev/
H A Dindirect_pci.c27 if (bus_number != hose->first_busno) in __indirect_read_config()
38 if (bus_number != hose->first_busno) in __indirect_read_config()
41 bus_no = (bus_number == hose->first_busno) ? in __indirect_read_config()
93 if (bus->number != hose->first_busno) in indirect_write_config()
104 if (bus->number != hose->first_busno) in indirect_write_config()
107 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config()
125 (bus->number == hose->first_busno)) in indirect_write_config()
H A Dtsi108_pci.c215 hose->first_busno = bus_range ? bus_range[0] : 0; in tsi108_setup_pci()
221 &rsrc.start, hose->first_busno, hose->last_busno); in tsi108_setup_pci()
/linux/arch/powerpc/kernel/
H A Dpci_32.c137 make_one_node_map(node, hose->first_busno); in pcibios_make_OF_bus_map()
266 hose->first_busno = next_busno; in pcibios_init()
312 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
335 return (long)hose->first_busno; in SYSCALL_DEFINE3()
H A Dpci_64.c266 return (long)hose->first_busno; in SYSCALL_DEFINE3()
H A Dpci-common.c1660 hose->busn.start = hose->first_busno; in pcibios_scan_phb()
1666 bus = pci_create_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
/linux/arch/powerpc/platforms/44x/
H A Dpci.c307 early_write_config_dword(hose, hose->first_busno, 0, in ppc4xx_configure_pci_PTMs()
309 early_write_config_dword(hose, hose->first_busno, 0, in ppc4xx_configure_pci_PTMs()
311 early_write_config_word(hose, hose->first_busno, 0, in ppc4xx_configure_pci_PTMs()
364 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pci_bridge()
567 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pcix_bridge()
1448 if (port->endpoint && bus->number != port->hose->first_busno) in ppc4xx_pciex_validate_bdf()
1462 if (bus->number == port->hose->first_busno && devfn != 0) in ppc4xx_pciex_validate_bdf()
1466 if (bus->number == (port->hose->first_busno + 1) && in ppc4xx_pciex_validate_bdf()
1471 if ((bus->number != port->hose->first_busno) && !port->link) in ppc4xx_pciex_validate_bdf()
1486 if (bus->number == port->hose->first_busno) in ppc4xx_pciex_get_config_base()
[all...]
/linux/arch/powerpc/platforms/52xx/
H A Defika.c40 | (((bus->number - hose->first_busno) & 0xff) << 16) in rtas_read_config()
55 | (((bus->number - hose->first_busno) & 0xff) << 16) in rtas_write_config()
121 hose->first_busno = bus_range[0]; in efika_pcisetup()
H A Dmpc52xx_pci.c391 hose->first_busno = bus_range ? bus_range[0] : 0; in mpc52xx_add_bridge()
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c146 if (bus->number == hose->first_busno) { in macrisc_cfg_map_bus()
274 if (bus == hose->first_busno) { in u3_ht_cfg_access()
410 if (bus->number == hose->first_busno) { in u4_pcie_cfg_map_bus()
636 hose->first_busno = 0xf0; in setup_u3_agp()
660 hose->first_busno = 0x00; in setup_u4_pcie()
735 hose->first_busno = 0; in setup_u3_ht()
796 hose->first_busno = bus_range ? bus_range[0] : 0; in pmac_add_bridge()
818 " %d->%d\n", disp_name, hose->first_busno, hose->last_busno); in pmac_add_bridge()
840 disp_name, (unsigned long long)rsrc.start, hose->first_busno, in pmac_add_bridge()
/linux/arch/powerpc/platforms/chrp/
H A Dpci.c102 | (((bus->number - hose->first_busno) & 0xff) << 16) in rtas_read_config()
117 | (((bus->number - hose->first_busno) & 0xff) << 16) in rtas_write_config()
264 hose->first_busno = hose->self_busno = bus_range[0]; in chrp_find_bridges()
/linux/arch/xtensa/lib/
H A Dpci-auto.c26 * pci_ctrl->first_busno = <first bus number (0)>
43 * pci_ctrl->last_busno = pciauto_bus_scan(pci_ctrl,pci_ctrl->first_busno);
241 if (current_bus == pci_ctrl->first_busno) in pciauto_bus_scan()
252 if ((current_bus == pci_ctrl->first_busno) && (pci_devfn == 0)) in pciauto_bus_scan()
/linux/arch/xtensa/include/asm/
H A Dpci-bridge.h39 int first_busno; member
/linux/arch/powerpc/platforms/
H A Dfsl_uli1575.c336 laddr[0] = (hose->first_busno << 16) | (PCI_DEVFN(31, 0) << 8); in hpcd_final_uli5288()
349 if (hose->dn == fsl_pci_primary && bus == (hose->first_busno + 2)) { in uli_exclude_device()
/linux/arch/powerpc/platforms/embedded6xx/
H A Dstorcenter.c53 hose->first_busno = bus_range ? bus_range[0] : 0; in storcenter_add_bridge()
H A Dlinkstation.c54 hose->first_busno = bus_range ? bus_range[0] : 0; in linkstation_add_bridge()
H A Dmvme5100.c122 hose->first_busno = bus_range ? bus_range[0] : 0; in mvme5100_add_bridge()
/linux/arch/powerpc/platforms/amigaone/
H A Dsetup.c56 hose->first_busno = bus_range ? bus_range[0] : 0; in amigaone_add_bridge()
/linux/arch/powerpc/platforms/pasemi/
H A Dpci.c251 hose->first_busno = 0; in pas_add_bridge()
/linux/arch/powerpc/include/asm/
H A Dpci-bridge.h66 int first_busno; member