Searched refs:pci_ctlr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 210 debug("%s - bus: %x\n", __func__, hpc_ptr->u.pci_ctlr.bus); in print_ebda_hpc() 211 debug("%s - dev_fun: %x\n", __func__, hpc_ptr->u.pci_ctlr.dev_fun); in print_ebda_hpc() 799 hpc_ptr->u.pci_ctlr.bus = readb(io_mem + addr); in ebda_rsrc_controller() 800 hpc_ptr->u.pci_ctlr.dev_fun = readb(io_mem + addr + 1); in ebda_rsrc_controller() 804 hpc_ptr->u.pci_ctlr.bus, in ebda_rsrc_controller() 805 hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq); in ebda_rsrc_controller() 1109 if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun) && (dev->bus->number == ctrl->u.pci_ctlr.bus)) { in ibmphp_probe()
|
H A D | ibmphp.h | 728 struct pci_ctlr_access pci_ctlr; member
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | ibmphp_ebda.c | 210 debug("%s - bus: %x\n", __func__, hpc_ptr->u.pci_ctlr.bus); in print_ebda_hpc() 211 debug("%s - dev_fun: %x\n", __func__, hpc_ptr->u.pci_ctlr.dev_fun); in print_ebda_hpc() 799 hpc_ptr->u.pci_ctlr.bus = readb(io_mem + addr); in ebda_rsrc_controller() 800 hpc_ptr->u.pci_ctlr.dev_fun = readb(io_mem + addr + 1); in ebda_rsrc_controller() 804 hpc_ptr->u.pci_ctlr.bus, in ebda_rsrc_controller() 805 hpc_ptr->u.pci_ctlr.dev_fun, hpc_ptr->irq); in ebda_rsrc_controller() 1109 if ((dev->devfn == ctrl->u.pci_ctlr.dev_fun) && (dev->bus->number == ctrl->u.pci_ctlr.bus)) { in ibmphp_probe()
|
H A D | ibmphp.h | 726 struct pci_ctlr_access pci_ctlr; member
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | immap_cpm2.h | 151 typedef struct pci_ctlr { struct
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | immap_cpm2.h | 151 typedef struct pci_ctlr { struct
|
Completed in 10 milliseconds