Home
last modified time | relevance | path

Searched refs:pci_ctrl (Results 1 – 6 of 6) sorted by relevance

/linux/arch/xtensa/lib/
H A Dpci-auto.c26 * pci_ctrl->first_busno = <first bus number (0)>
27 * pci_ctrl->last_busno = <last bus number (0xff)>
28 * pci_ctrl->ops = <PCI config operations>
29 * pci_ctrl->map_irq = <function to return the interrupt number for a device>
31 * pci_ctrl->io_space.start = <IO space start address (PCI view)>
32 * pci_ctrl->io_space.end = <IO space end address (PCI view)>
33 * pci_ctrl->io_space.base = <IO space offset: address 0 from CPU space>
34 * pci_ctrl->mem_space.start = <MEM space start address (PCI view)>
35 * pci_ctrl->mem_space.end = <MEM space end address (PCI view)>
36 * pci_ctrl
122 pciauto_setup_irq(struct pci_controller * pci_ctrl,struct pci_dev * dev,int devfn) pciauto_setup_irq() argument
224 pciauto_bus_scan(struct pci_controller * pci_ctrl,int current_bus) pciauto_bus_scan() argument
[all...]
/linux/arch/xtensa/kernel/
H A Dpci.c76 struct pci_controller *pci_ctrl = (struct pci_controller*) pdev->sysdata; in pci_iobar_pfn() local
79 if (!pci_ctrl) in pci_iobar_pfn()
83 ioaddr -= (unsigned long)pci_ctrl->io_space.base; in pci_iobar_pfn()
85 vma->vm_pgoff += (ioaddr + pci_ctrl->io_space.start) >> PAGE_SHIFT; in pci_iobar_pfn()
/linux/arch/mips/pci/
H A Dpci-ar71xx.c52 struct pci_controller pci_ctrl; member
104 return container_of(hose, struct ar71xx_pci_controller, pci_ctrl); in pci_bus_to_ar71xx_controller()
380 apc->pci_ctrl.pci_ops = &ar71xx_pci_ops; in ar71xx_pci_probe()
381 apc->pci_ctrl.mem_resource = &apc->mem_res; in ar71xx_pci_probe()
382 apc->pci_ctrl.io_resource = &apc->io_res; in ar71xx_pci_probe()
384 register_pci_controller(&apc->pci_ctrl); in ar71xx_pci_probe()
H A Dpci-ar2315.c162 struct pci_controller pci_ctrl; member
188 return container_of(hose, struct ar2315_pci_ctrl, pci_ctrl); in ar2315_pci_bus_to_apc()
487 apc->pci_ctrl.pci_ops = &ar2315_pci_ops; in ar2315_pci_probe()
488 apc->pci_ctrl.mem_resource = &apc->mem_res; in ar2315_pci_probe()
489 apc->pci_ctrl.io_resource = &apc->io_res; in ar2315_pci_probe()
491 register_pci_controller(&apc->pci_ctrl); in ar2315_pci_probe()
/linux/arch/alpha/include/asm/
H A Dcore_wildfire.h195 wildfire_64 pci_ctrl; member
/linux/arch/alpha/kernel/
H A Dcore_wildfire.c456 printk(KERN_ERR " PCI_CTRL: 0x%16lx\n", pci->pci_ctrl.csr); in wildfire_dump_pci_regs()