/linux-2.4.37.9/arch/ppc/platforms/ |
D | ep405.c | 128 early_write_config_dword(hose, hose->first_busno, in bios_fixup() 129 PCI_FUNC(hose->first_busno), bar, in bios_fixup() 131 early_read_config_dword(hose, hose->first_busno, in bios_fixup() 132 PCI_FUNC(hose->first_busno), bar, in bios_fixup() 135 hose->first_busno, PCI_SLOT(hose->first_busno), in bios_fixup() 136 PCI_FUNC(hose->first_busno), bar, bar_response); in bios_fixup()
|
D | walnut.c | 201 early_write_config_dword(hose, hose->first_busno, in bios_fixup() 202 PCI_FUNC(hose->first_busno), bar, in bios_fixup() 204 early_read_config_dword(hose, hose->first_busno, in bios_fixup() 205 PCI_FUNC(hose->first_busno), bar, in bios_fixup() 208 hose->first_busno, PCI_SLOT(hose->first_busno), in bios_fixup() 209 PCI_FUNC(hose->first_busno), bar, bar_response); in bios_fixup()
|
D | pal4_pci.c | 46 hose->first_busno = 0; in pal4_find_bridges() 72 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno); in pal4_find_bridges()
|
D | spruce_pci.c | 58 hose->first_busno = 0; in spruce_setup_hose() 83 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno); in spruce_setup_hose()
|
D | lopec_pci.c | 94 hose->first_busno = 0; in lopec_find_bridges() 104 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno); in lopec_find_bridges()
|
D | prpmc750.c | 137 hose->first_busno = 0; in prpmc750_find_bridges() 182 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno); in prpmc750_find_bridges()
|
D | pplus_pci.c | 513 hose->first_busno = 0; in pplus_setup_hose() 533 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno); in pplus_setup_hose()
|
D | ocotea.c | 172 hose->first_busno = 0; in ocotea_setup_hose() 202 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno); in ocotea_setup_hose()
|
D | ebony.c | 255 hose->first_busno = 0; in ebony_setup_hose() 285 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno); in ebony_setup_hose()
|
D | pmac_pci.c | 125 if (bus == hose->first_busno) { in macrisc_cfg_access() 483 hose->first_busno = bus_range ? bus_range[0] : 0; in add_bridges() 504 disp_name, addr->address, hose->first_busno, hose->last_busno); in add_bridges()
|
D | sandpoint.c | 211 hose->first_busno = 0; in sandpoint_find_bridges() 220 hose->last_busno = pciauto_bus_scan(hose, hose->first_busno); in sandpoint_find_bridges()
|
D | apus_pci.c | 176 apus_hose->first_busno = 0; in apus_setup_pci_ptrs()
|
D | chrp_pci.c | 340 hose->first_busno = bus_range[0]; in chrp_find_bridges()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | ppc405_pci.c | 183 hose_a->first_busno = 0; in ppc4xx_find_bridges() 209 hose_a->last_busno = pciauto_bus_scan(hose_a, hose_a->first_busno); in ppc4xx_find_bridges()
|
D | pci_auto.c | 389 if (current_bus == hose->first_busno) { in pciauto_bus_scan() 398 if ( (current_bus == hose->first_busno) && (pci_devfn == 0) ) in pciauto_bus_scan()
|
D | indirect_pci.c | 45 if (dev->bus->number != hose->first_busno) \
|
D | pci.c | 770 make_one_node_map(node, hose->first_busno); in pcibios_make_OF_bus_map() 1289 hose->first_busno = next_busno; in pcibios_init() 1291 bus = pci_scan_bus(hose->first_busno, hose->ops, hose); in pcibios_init() 1330 if (dev->bus->number != hose->first_busno) { in common_swizzle() 1473 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose() 1715 return (long)hose->first_busno; in sys_pciconfig_iobase()
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | pci-bridge.h | 47 int first_busno; member
|
/linux-2.4.37.9/include/asm-alpha/ |
D | pci.h | 41 unsigned int first_busno; member
|
/linux-2.4.37.9/include/asm-ppc/ |
D | pci-bridge.h | 55 int first_busno; member
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | pci.c | 500 bus = pci_scan_bus(hose->first_busno, hose->ops, hose->arch_data); in pcibios_init() 649 if (bus >= hose->first_busno && bus <= hose->last_busno) in pci_bus_to_hose() 840 return (long)hose->first_busno; in sys_pciconfig_iobase() 1017 udbg_printf("\tfirst_busno = 0x%02X\n", phb->first_busno); in dumpPci_Controller()
|
D | pSeries_pci.c | 571 phb->first_busno = bus_range[0]; in alloc_phb() 600 phb->first_busno += (phb->global_number << 8); in alloc_phb()
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | pci.c | 359 if (dev->bus->number != hose->first_busno) { in common_swizzle() 456 hose->first_busno = next_busno; in common_init_pci()
|
D | sys_dp264.c | 465 if (hose->first_busno == dev->bus->number) { in monet_swizzle()
|
D | core_tsunami.c | 104 if (hose->first_busno == dev->bus->number) in mk_conf_addr()
|