pci_ctlr          728 drivers/pci/hotplug/ibmphp.h 		struct pci_ctlr_access pci_ctlr;
pci_ctlr          210 drivers/pci/hotplug/ibmphp_ebda.c 			debug("%s - bus: %x\n", __func__, hpc_ptr->u.pci_ctlr.bus);
pci_ctlr          211 drivers/pci/hotplug/ibmphp_ebda.c 			debug("%s - dev_fun: %x\n", __func__, hpc_ptr->u.pci_ctlr.dev_fun);
pci_ctlr          800 drivers/pci/hotplug/ibmphp_ebda.c 				hpc_ptr->u.pci_ctlr.bus = readb(io_mem + addr);
pci_ctlr          801 drivers/pci/hotplug/ibmphp_ebda.c 				hpc_ptr->u.pci_ctlr.dev_fun = readb(io_mem + addr + 1);
pci_ctlr          805 drivers/pci/hotplug/ibmphp_ebda.c 					hpc_ptr->u.pci_ctlr.bus,
pci_ctlr          806 drivers/pci/hotplug/ibmphp_ebda.c 					hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq);
pci_ctlr         1112 drivers/pci/hotplug/ibmphp_ebda.c 			if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun) && (dev->bus->number == ctrl->u.pci_ctlr.bus)) {