Searched refs:pci_ctlr (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dibmphp_ebda.c210 debug("%s - bus: %x\n", __func__, hpc_ptr->u.pci_ctlr.bus);
211 debug("%s - dev_fun: %x\n", __func__, hpc_ptr->u.pci_ctlr.dev_fun);
799 hpc_ptr->u.pci_ctlr.bus = readb(io_mem + addr);
800 hpc_ptr->u.pci_ctlr.dev_fun = readb(io_mem + addr + 1);
804 hpc_ptr->u.pci_ctlr.bus,
805 hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq);
1109 if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun) && (dev->bus->number == ctrl->u.pci_ctlr.bus)) {
H A Dibmphp.h727 struct pci_ctlr_access pci_ctlr; member in union:controller::__anon1174
/linux-master/arch/powerpc/include/asm/
H A Dimmap_cpm2.h151 typedef struct pci_ctlr { struct

Completed in 107 milliseconds