Home
last modified time | relevance | path

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

12

/arch/microblaze/pci/
Dindirect_pci.c27 if (bus->number != hose->first_busno) in indirect_read_config()
34 if (bus->number != hose->first_busno) in indirect_read_config()
37 bus_no = (bus->number == hose->first_busno) ? in indirect_read_config()
81 if (bus->number != hose->first_busno) in indirect_write_config()
88 if (bus->number != hose->first_busno) in indirect_write_config()
91 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config()
109 (bus->number == hose->first_busno)) in indirect_write_config()
Dpci-common.c973 bus = pci_scan_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
981 bus->busn_res.start = hose->first_busno; in pcibios_scan_phb()
1020 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
1042 return (long)hose->first_busno; in sys_pciconfig_iobase()
/arch/powerpc/sysdev/
Dindirect_pci.c28 if (bus_number != hose->first_busno) in __indirect_read_config()
39 if (bus_number != hose->first_busno) in __indirect_read_config()
42 bus_no = (bus_number == hose->first_busno) ? in __indirect_read_config()
94 if (bus->number != hose->first_busno) in indirect_write_config()
105 if (bus->number != hose->first_busno) in indirect_write_config()
108 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config()
126 (bus->number == hose->first_busno)) in indirect_write_config()
Dfsl_pci.c72 __indirect_read_config(hose, hose->first_busno, 0, in fsl_pcie_check_link()
557 hose->first_busno = bus_range ? bus_range[0] : 0x0; in fsl_add_bridge()
629 (unsigned long long)rsrc.start, hose->first_busno, in fsl_add_bridge()
697 if (bus->number == hose->first_busno || in mpc83xx_pcie_exclude_device()
698 bus->primary == hose->first_busno) { in mpc83xx_pcie_exclude_device()
726 if (bus->number == hose->first_busno) in mpc83xx_pcie_remap_cfg()
745 if (offset == PCI_PRIMARY_BUS && bus->number == hose->first_busno) in mpc83xx_pcie_write_config()
864 hose->first_busno = bus_range ? bus_range[0] : 0; in mpc83xx_add_bridge()
878 (unsigned long long)rsrc_reg.start, hose->first_busno, in mpc83xx_add_bridge()
Dtsi108_pci.c214 hose->first_busno = bus_range ? bus_range[0] : 0; in tsi108_setup_pci()
220 &rsrc.start, hose->first_busno, hose->last_busno); in tsi108_setup_pci()
/arch/powerpc/platforms/maple/
Dpci.c101 if (bus == hose->first_busno) { in u3_agp_cfg_access()
198 if (bus == hose->first_busno) { in u3_ht_cfg_access()
264 if (bus->number == hose->first_busno && devfn == PCI_DEVFN(0, 0)) in u3_ht_read_config()
302 if (bus->number == hose->first_busno && devfn == PCI_DEVFN(0, 0)) in u3_ht_write_config()
357 if (bus == hose->first_busno) in u4_pcie_cfg_access()
451 hose->first_busno = 0xf0; in setup_u3_agp()
483 hose->first_busno = 0; in setup_u3_ht()
508 hose->first_busno = bus_range ? bus_range[0] : 0; in maple_add_bridge()
527 disp_name, hose->first_busno, hose->last_busno); in maple_add_bridge()
/arch/powerpc/kernel/
Dpci_32.c138 make_one_node_map(node, hose->first_busno); in pcibios_make_OF_bus_map()
247 hose->first_busno = next_busno; in pcibios_init()
285 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
308 return (long)hose->first_busno; in SYSCALL_DEFINE3()
Drtas_pci.c221 phb->first_busno = be32_to_cpu(bus_range[0]); in phb_set_bus_ranges()
Dpci_64.c248 return (long)hose->first_busno; in SYSCALL_DEFINE3()
Dpci-common.c1624 hose->busn.start = hose->first_busno; in pcibios_scan_phb()
1630 bus = pci_create_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
/arch/powerpc/platforms/52xx/
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()
Dmpc52xx_pci.c400 hose->first_busno = bus_range ? bus_range[0] : 0; in mpc52xx_add_bridge()
/arch/powerpc/platforms/4xx/
Dpci.c311 early_write_config_dword(hose, hose->first_busno, 0, in ppc4xx_configure_pci_PTMs()
313 early_write_config_dword(hose, hose->first_busno, 0, in ppc4xx_configure_pci_PTMs()
315 early_write_config_word(hose, hose->first_busno, 0, in ppc4xx_configure_pci_PTMs()
368 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pci_bridge()
574 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pcix_bridge()
1555 if (port->endpoint && bus->number != port->hose->first_busno) in ppc4xx_pciex_validate_bdf()
1569 if (bus->number == port->hose->first_busno && devfn != 0) in ppc4xx_pciex_validate_bdf()
1573 if (bus->number == (port->hose->first_busno + 1) && in ppc4xx_pciex_validate_bdf()
1578 if ((bus->number != port->hose->first_busno) && !port->link) in ppc4xx_pciex_validate_bdf()
1593 if (bus->number == port->hose->first_busno) in ppc4xx_pciex_get_config_base()
[all …]
/arch/powerpc/platforms/powermac/
Dpci.c145 if (bus->number == hose->first_busno) { in macrisc_cfg_map_bus()
273 if (bus == hose->first_busno) { in u3_ht_cfg_access()
409 if (bus->number == hose->first_busno) { in u4_pcie_cfg_map_bus()
635 hose->first_busno = 0xf0; in setup_u3_agp()
659 hose->first_busno = 0x00; in setup_u4_pcie()
734 hose->first_busno = 0; in setup_u3_ht()
795 hose->first_busno = bus_range ? bus_range[0] : 0; in pmac_add_bridge()
817 " %d->%d\n", disp_name, hose->first_busno, hose->last_busno); in pmac_add_bridge()
839 disp_name, (unsigned long long)rsrc.start, hose->first_busno, in pmac_add_bridge()
/arch/xtensa/include/asm/
Dpci-bridge.h39 int first_busno; member
/arch/powerpc/platforms/chrp/
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()
265 hose->first_busno = hose->self_busno = bus_range[0]; in chrp_find_bridges()
/arch/powerpc/platforms/embedded6xx/
Dstorcenter.c54 hose->first_busno = bus_range ? bus_range[0] : 0; in storcenter_add_bridge()
Dlinkstation.c54 hose->first_busno = bus_range ? bus_range[0] : 0; in linkstation_add_bridge()
Dmvme5100.c121 hose->first_busno = bus_range ? bus_range[0] : 0; in mvme5100_add_bridge()
/arch/xtensa/lib/
Dpci-auto.c239 if (current_bus == pci_ctrl->first_busno) in pciauto_bus_scan()
250 if ((current_bus == pci_ctrl->first_busno) && (pci_devfn == 0)) in pciauto_bus_scan()
/arch/powerpc/platforms/
Dfsl_uli1575.c332 laddr[0] = (hose->first_busno << 16) | (PCI_DEVFN(31, 0) << 8); in hpcd_final_uli5288()
346 if (bus == (hose->first_busno + 2)) { in uli_exclude_device()
/arch/microblaze/include/asm/
Dpci-bridge.h33 int first_busno; member
/arch/powerpc/platforms/amigaone/
Dsetup.c55 hose->first_busno = bus_range ? bus_range[0] : 0; in amigaone_add_bridge()
/arch/powerpc/platforms/pasemi/
Dpci.c250 hose->first_busno = 0; in pas_add_bridge()
/arch/powerpc/include/asm/
Dpci-bridge.h62 int first_busno; member

12