Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/microblaze/pci/
Dindirect_pci.c31 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()
85 if (bus->number != hose->first_busno) in indirect_write_config()
92 if (bus->number != hose->first_busno) in indirect_write_config()
95 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config()
113 (bus->number == hose->first_busno)) in indirect_write_config()
Dpci-common.c977 bus = pci_scan_root_bus(hose->parent, hose->first_busno, in pcibios_scan_phb()
985 bus->busn_res.start = hose->first_busno; in pcibios_scan_phb()
1024 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
1046 return (long)hose->first_busno; in sys_pciconfig_iobase()
/Linux-v4.19/arch/powerpc/sysdev/
Dindirect_pci.c32 if (bus_number != hose->first_busno) in __indirect_read_config()
43 if (bus_number != hose->first_busno) in __indirect_read_config()
46 bus_no = (bus_number == hose->first_busno) ? in __indirect_read_config()
98 if (bus->number != hose->first_busno) in indirect_write_config()
109 if (bus->number != hose->first_busno) in indirect_write_config()
112 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config()
130 (bus->number == hose->first_busno)) in indirect_write_config()
Dfsl_pci.c75 __indirect_read_config(hose, hose->first_busno, 0, in fsl_pcie_check_link()
559 hose->first_busno = bus_range ? bus_range[0] : 0x0; in fsl_add_bridge()
624 (unsigned long long)rsrc.start, hose->first_busno, in fsl_add_bridge()
692 if (bus->number == hose->first_busno || in mpc83xx_pcie_exclude_device()
693 bus->primary == hose->first_busno) { in mpc83xx_pcie_exclude_device()
721 if (bus->number == hose->first_busno) in mpc83xx_pcie_remap_cfg()
740 if (offset == PCI_PRIMARY_BUS && bus->number == hose->first_busno) in mpc83xx_pcie_write_config()
859 hose->first_busno = bus_range ? bus_range[0] : 0; in mpc83xx_add_bridge()
873 (unsigned long long)rsrc_reg.start, hose->first_busno, in mpc83xx_add_bridge()
Dtsi108_pci.c227 hose->first_busno = bus_range ? bus_range[0] : 0; in tsi108_setup_pci()
234 rsrc.start, hose->first_busno, hose->last_busno); in tsi108_setup_pci()
/Linux-v4.19/arch/powerpc/platforms/maple/
Dpci.c105 if (bus == hose->first_busno) { in u3_agp_cfg_access()
202 if (bus == hose->first_busno) { in u3_ht_cfg_access()
268 if (bus->number == hose->first_busno && devfn == PCI_DEVFN(0, 0)) in u3_ht_read_config()
306 if (bus->number == hose->first_busno && devfn == PCI_DEVFN(0, 0)) in u3_ht_write_config()
361 if (bus == hose->first_busno) in u4_pcie_cfg_access()
455 hose->first_busno = 0xf0; in setup_u3_agp()
487 hose->first_busno = 0; in setup_u3_ht()
512 hose->first_busno = bus_range ? bus_range[0] : 0; in maple_add_bridge()
531 disp_name, hose->first_busno, hose->last_busno); in maple_add_bridge()
/Linux-v4.19/arch/powerpc/kernel/
Dpci_32.c138 make_one_node_map(node, hose->first_busno); in pcibios_make_OF_bus_map()
243 hose->first_busno = next_busno; in pcibios_init()
277 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose()
300 return (long)hose->first_busno; in SYSCALL_DEFINE3()
Dpci_64.c246 return (long)hose->first_busno; in SYSCALL_DEFINE3()
Drtas_pci.c234 phb->first_busno = be32_to_cpu(bus_range[0]); in phb_set_bus_ranges()
/Linux-v4.19/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()
123 hose->first_busno = bus_range[0]; in efika_pcisetup()
/Linux-v4.19/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()
1558 if (port->endpoint && bus->number != port->hose->first_busno) in ppc4xx_pciex_validate_bdf()
1572 if (bus->number == port->hose->first_busno && devfn != 0) in ppc4xx_pciex_validate_bdf()
1576 if (bus->number == (port->hose->first_busno + 1) && in ppc4xx_pciex_validate_bdf()
1581 if ((bus->number != port->hose->first_busno) && !port->link) in ppc4xx_pciex_validate_bdf()
1596 if (bus->number == port->hose->first_busno) in ppc4xx_pciex_get_config_base()
[all …]
/Linux-v4.19/arch/powerpc/platforms/powermac/
Dpci.c149 if (bus->number == hose->first_busno) { in macrisc_cfg_map_bus()
277 if (bus == hose->first_busno) { in u3_ht_cfg_access()
413 if (bus->number == hose->first_busno) { in u4_pcie_cfg_map_bus()
641 hose->first_busno = 0xf0; in setup_u3_agp()
665 hose->first_busno = 0x00; in setup_u4_pcie()
740 hose->first_busno = 0; in setup_u3_ht()
801 hose->first_busno = bus_range ? bus_range[0] : 0; in pmac_add_bridge()
823 " %d->%d\n", disp_name, hose->first_busno, hose->last_busno); in pmac_add_bridge()
845 disp_name, (unsigned long long)rsrc.start, hose->first_busno, in pmac_add_bridge()
/Linux-v4.19/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()
/Linux-v4.19/arch/xtensa/lib/
Dpci-auto.c243 if (current_bus == pci_ctrl->first_busno) in pciauto_bus_scan()
254 if ((current_bus == pci_ctrl->first_busno) && (pci_devfn == 0)) in pciauto_bus_scan()
/Linux-v4.19/arch/xtensa/include/asm/
Dpci-bridge.h41 int first_busno; member
/Linux-v4.19/arch/powerpc/platforms/
Dfsl_uli1575.c336 laddr[0] = (hose->first_busno << 16) | (PCI_DEVFN(31, 0) << 8); in hpcd_final_uli5288()
350 if (bus == (hose->first_busno + 2)) { in uli_exclude_device()
/Linux-v4.19/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.c126 hose->first_busno = bus_range ? bus_range[0] : 0; in mvme5100_add_bridge()
/Linux-v4.19/arch/microblaze/include/asm/
Dpci-bridge.h36 int first_busno; member
/Linux-v4.19/arch/powerpc/platforms/amigaone/
Dsetup.c59 hose->first_busno = bus_range ? bus_range[0] : 0; in amigaone_add_bridge()
/Linux-v4.19/arch/xtensa/kernel/
Dpci.c133 bus = pci_scan_root_bus(NULL, pci_ctrl->first_busno, in pcibios_init()
/Linux-v4.19/arch/powerpc/platforms/pasemi/
Dpci.c202 hose->first_busno = 0; in pas_add_bridge()
/Linux-v4.19/drivers/pci/controller/
Dpcie-xilinx-nwl.c664 u32 breg_val, ecam_val, first_busno = 0; in nwl_pcie_bridge_init() local
721 ecam_val = first_busno; in nwl_pcie_bridge_init()
722 ecam_val |= (first_busno + 1) << 8; in nwl_pcie_bridge_init()
/Linux-v4.19/arch/powerpc/include/asm/
Dpci-bridge.h65 int first_busno; member

12