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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dpci.c126 struct pci_controller *pci_ctrl; local
128 pci_ctrl = (struct pci_controller *)alloc_bootmem(sizeof(*pci_ctrl));
129 memset(pci_ctrl, 0, sizeof(struct pci_controller));
131 *pci_ctrl_tail = pci_ctrl;
132 pci_ctrl_tail = &pci_ctrl->next;
134 return pci_ctrl;
139 struct pci_controller *pci_ctrl; local
146 for (pci_ctrl = pci_ctrl_head; pci_ctrl; pci_ctr
175 struct pci_controller *pci_ctrl = bus->sysdata; local
276 struct pci_controller *pci_ctrl = (struct pci_controller*) dev->sysdata; local
292 struct pci_controller *pci_ctrl = (struct pci_controller*) dev->sysdata; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/kernel/
H A Dpci.c126 struct pci_controller *pci_ctrl; local
128 pci_ctrl = (struct pci_controller *)alloc_bootmem(sizeof(*pci_ctrl));
129 memset(pci_ctrl, 0, sizeof(struct pci_controller));
131 *pci_ctrl_tail = pci_ctrl;
132 pci_ctrl_tail = &pci_ctrl->next;
134 return pci_ctrl;
139 struct pci_controller *pci_ctrl; local
146 for (pci_ctrl = pci_ctrl_head; pci_ctrl; pci_ctr
175 struct pci_controller *pci_ctrl = bus->sysdata; local
276 struct pci_controller *pci_ctrl = (struct pci_controller*) dev->sysdata; local
292 struct pci_controller *pci_ctrl = (struct pci_controller*) dev->sysdata; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/lib/
H A Dpci-auto.c29 * pci_ctrl->first_busno = <first bus number (0)>
30 * pci_ctrl->last_busno = <last bus number (0xff)>
31 * pci_ctrl->ops = <PCI config operations>
32 * pci_ctrl->map_irq = <function to return the interrupt number for a device>
34 * pci_ctrl->io_space.start = <IO space start address (PCI view)>
35 * pci_ctrl->io_space.end = <IO space end address (PCI view)>
36 * pci_ctrl->io_space.base = <IO space offset: address 0 from CPU space>
37 * pci_ctrl->mem_space.start = <MEM space start address (PCI view)>
38 * pci_ctrl->mem_space.end = <MEM space end address (PCI view)>
39 * pci_ctrl
135 pciauto_setup_irq(struct pci_controller* pci_ctrl,struct pci_dev *dev,int devfn) argument
237 pciauto_bus_scan(struct pci_controller *pci_ctrl, int current_bus) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/lib/
H A Dpci-auto.c29 * pci_ctrl->first_busno = <first bus number (0)>
30 * pci_ctrl->last_busno = <last bus number (0xff)>
31 * pci_ctrl->ops = <PCI config operations>
32 * pci_ctrl->map_irq = <function to return the interrupt number for a device>
34 * pci_ctrl->io_space.start = <IO space start address (PCI view)>
35 * pci_ctrl->io_space.end = <IO space end address (PCI view)>
36 * pci_ctrl->io_space.base = <IO space offset: address 0 from CPU space>
37 * pci_ctrl->mem_space.start = <MEM space start address (PCI view)>
38 * pci_ctrl->mem_space.end = <MEM space end address (PCI view)>
39 * pci_ctrl
135 pciauto_setup_irq(struct pci_controller* pci_ctrl,struct pci_dev *dev,int devfn) argument
237 pciauto_bus_scan(struct pci_controller *pci_ctrl, int current_bus) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A Dcore_wildfire.h194 wildfire_64 pci_ctrl; member in struct:__anon11604
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dcore_wildfire.h194 wildfire_64 pci_ctrl; member in struct:__anon23297
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dtehuti.c53 u16 pci_ctrl = 0; local
56 pci_read_config_word(pdev, PCI_DEV_CTRL_REG, &pci_ctrl);
64 GET_DEV_CTRL_MAXPL(pci_ctrl), GET_DEV_CTRL_MRRS(pci_ctrl));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dtehuti.c53 u16 pci_ctrl = 0; local
56 pci_read_config_word(pdev, PCI_DEV_CTRL_REG, &pci_ctrl);
64 GET_DEV_CTRL_MAXPL(pci_ctrl), GET_DEV_CTRL_MRRS(pci_ctrl));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_wildfire.c458 printk(KERN_ERR " PCI_CTRL: 0x%16lx\n", pci->pci_ctrl.csr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_wildfire.c458 printk(KERN_ERR " PCI_CTRL: 0x%16lx\n", pci->pci_ctrl.csr);

Completed in 208 milliseconds