primary_bus       198 drivers/pci/hotplug/cpqphp.h 	u8 primary_bus;
primary_bus       214 drivers/pci/hotplug/cpqphp.h 	PRIMARY_BUS =		offsetof(struct slot_rt, primary_bus),
primary_bus      1245 drivers/pci/hotplug/cpqphp_pci.c 		u8 primary_bus = readb(one_slot + PRIMARY_BUS);
primary_bus      1257 drivers/pci/hotplug/cpqphp_pci.c 		    primary_bus, secondary_bus, max_bus);
primary_bus      1260 drivers/pci/hotplug/cpqphp_pci.c 		if (primary_bus != ctrl->bus) {
primary_bus      1266 drivers/pci/hotplug/cpqphp_pci.c 		ctrl->pci_bus->number = primary_bus;
primary_bus      1272 drivers/pci/hotplug/cpqphp_pci.c 			func = cpqhp_slot_find(primary_bus, dev_func >> 3, 0);
primary_bus      1275 drivers/pci/hotplug/cpqphp_pci.c 				dbg("func = %p (bus, dev, fun) = (%d, %d, %d)\n", func, primary_bus, dev_func >> 3, index);
primary_bus      1276 drivers/pci/hotplug/cpqphp_pci.c 				func = cpqhp_slot_find(primary_bus, dev_func >> 3, index++);
primary_bus      1286 drivers/pci/hotplug/cpqphp_pci.c 			if (secondary_bus != primary_bus)
primary_bus      1374 drivers/pci/hotplug/cpqphp_pci.c 		if (secondary_bus && (secondary_bus != primary_bus)) {
primary_bus        19 drivers/pci/pci-bridge-emul.h 	u8 primary_bus;