Searched refs:pci_ctrl (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/xtensa/kernel/
H A Dpci.c76 struct pci_controller *pci_ctrl = (struct pci_controller*) pdev->sysdata; local
79 if (!pci_ctrl)
83 ioaddr -= (unsigned long)pci_ctrl->io_space.base;
85 vma->vm_pgoff += (ioaddr + pci_ctrl->io_space.start) >> PAGE_SHIFT;
/linux-master/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) argument
224 pciauto_bus_scan(struct pci_controller *pci_ctrl, int current_bus) argument
[all...]
/linux-master/arch/mips/pci/
H A Dpci-ar71xx.c52 struct pci_controller pci_ctrl; member in struct:ar71xx_pci_controller
104 return container_of(hose, struct ar71xx_pci_controller, pci_ctrl);
380 apc->pci_ctrl.pci_ops = &ar71xx_pci_ops;
381 apc->pci_ctrl.mem_resource = &apc->mem_res;
382 apc->pci_ctrl.io_resource = &apc->io_res;
384 register_pci_controller(&apc->pci_ctrl);
H A Dpci-ar2315.c162 struct pci_controller pci_ctrl; member in struct:ar2315_pci_ctrl
188 return container_of(hose, struct ar2315_pci_ctrl, pci_ctrl);
487 apc->pci_ctrl.pci_ops = &ar2315_pci_ops;
488 apc->pci_ctrl.mem_resource = &apc->mem_res;
489 apc->pci_ctrl.io_resource = &apc->io_res;
491 register_pci_controller(&apc->pci_ctrl);
/linux-master/arch/alpha/include/asm/
H A Dcore_wildfire.h195 wildfire_64 pci_ctrl; member in struct:__anon50
/linux-master/arch/alpha/kernel/
H A Dcore_wildfire.c456 printk(KERN_ERR " PCI_CTRL: 0x%16lx\n", pci->pci_ctrl.csr);
/linux-master/drivers/net/ethernet/tehuti/
H A Dtehuti.c101 u16 pci_ctrl = 0; local
104 pci_read_config_word(pdev, PCI_DEV_CTRL_REG, &pci_ctrl);
112 GET_DEV_CTRL_MAXPL(pci_ctrl), GET_DEV_CTRL_MRRS(pci_ctrl));

Completed in 158 milliseconds