max_bus           116 arch/x86/pci/amd_bus.c 		int max_bus;
max_bus           125 arch/x86/pci/amd_bus.c 		max_bus = (reg >> 24) & 0xff;
max_bus           129 arch/x86/pci/amd_bus.c 		info = alloc_pci_root_info(min_bus, max_bus, node, link);
max_bus           299 drivers/message/fusion/mptfc.c 	int			 max_bus = ioc->facts.MaxBuses;
max_bus           304 drivers/message/fusion/mptfc.c 	data_sz = sizeof(FCDevicePage0_t) * max_bus * max_targ;
max_bus           309 drivers/message/fusion/mptfc.c 	data_sz = sizeof(FCDevicePage0_t *) * max_bus * max_targ;
max_bus           200 drivers/pci/hotplug/cpqphp.h 	u8 max_bus;
max_bus           216 drivers/pci/hotplug/cpqphp.h 	MAX_BUS =		offsetof(struct slot_rt, max_bus),
max_bus          1247 drivers/pci/hotplug/cpqphp_pci.c 		u8 max_bus = readb(one_slot + MAX_BUS);
max_bus          1257 drivers/pci/hotplug/cpqphp_pci.c 		    primary_bus, secondary_bus, max_bus);
max_bus          1380 drivers/pci/hotplug/cpqphp_pci.c 			bus_node->length = max_bus - secondary_bus + 1;
max_bus           847 scripts/dtc/checks.c 	unsigned int bus_num, min_bus, max_bus;
max_bus           862 scripts/dtc/checks.c 		min_bus = max_bus = 0;
max_bus           866 scripts/dtc/checks.c 		max_bus = fdt32_to_cpu(cells[0]);
max_bus           868 scripts/dtc/checks.c 	if ((bus_num < min_bus) || (bus_num > max_bus))
max_bus           870 scripts/dtc/checks.c 			  bus_num, min_bus, max_bus);