next_busno 328 arch/alpha/kernel/pci.c int ret, next_busno; next_busno 335 arch/alpha/kernel/pci.c for (next_busno = 0, hose = hose_head; hose; hose = hose->next) { next_busno 358 arch/alpha/kernel/pci.c bridge->busnr = next_busno; next_busno 371 arch/alpha/kernel/pci.c next_busno = bus->busn_res.end + 1; next_busno 374 arch/alpha/kernel/pci.c if (next_busno > 224) { next_busno 375 arch/alpha/kernel/pci.c next_busno = 0; next_busno 990 arch/microblaze/pci/pci-common.c int next_busno = 0; next_busno 998 arch/microblaze/pci/pci-common.c if (next_busno <= hose->last_busno) next_busno 999 arch/microblaze/pci/pci-common.c next_busno = hose->last_busno + 1; next_busno 1001 arch/microblaze/pci/pci-common.c pci_bus_count = next_busno; next_busno 74 arch/mips/pci/pci-legacy.c static int next_busno; next_busno 86 arch/mips/pci/pci-legacy.c next_busno = (*hose->get_busno)(); next_busno 96 arch/mips/pci/pci-legacy.c bridge->busnr = next_busno; next_busno 111 arch/mips/pci/pci-legacy.c next_busno = bus->busn_res.end + 1; next_busno 114 arch/mips/pci/pci-legacy.c if (next_busno > 224) { next_busno 115 arch/mips/pci/pci-legacy.c next_busno = 0; next_busno 237 arch/powerpc/kernel/pci_32.c int next_busno = 0; next_busno 247 arch/powerpc/kernel/pci_32.c hose->first_busno = next_busno; next_busno 251 arch/powerpc/kernel/pci_32.c if (pci_assign_all_buses || next_busno <= hose->last_busno) next_busno 252 arch/powerpc/kernel/pci_32.c next_busno = hose->last_busno + pcibios_assign_bus_offset; next_busno 254 arch/powerpc/kernel/pci_32.c pci_bus_count = next_busno; next_busno 34 arch/sh/drivers/pci/pci.c static int next_busno; next_busno 61 arch/sh/drivers/pci/pci.c bridge->busnr = next_busno; next_busno 77 arch/sh/drivers/pci/pci.c next_busno = hose->bus->busn_res.end + 1; next_busno 80 arch/sh/drivers/pci/pci.c if (next_busno > 224) { next_busno 81 arch/sh/drivers/pci/pci.c next_busno = 0;