Searched refs:io_map_base (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lib/
H A Diomap-pci.c17 unsigned long base = ctrl->io_map_base;
20 if (unlikely(!ctrl->io_map_base)) {
27 ctrl->io_map_base = base = mips_io_port_base;
30 printk(KERN_WARNING "io_map_base of root PCI bus %s unset. "
35 panic("To avoid data corruption io_map_base MUST be set with "
40 return (void __iomem *) (ctrl->io_map_base + port);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cobalt/
H A Dpci.c38 .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpci-sb1250.c211 void __iomem *io_map_base; local
249 io_map_base = ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES, 1024 * 1024);
250 sb1250_controller.io_map_base = (unsigned long)io_map_base;
251 set_io_port_base((unsigned long)io_map_base);
H A Dpci-yosemite.c57 py_controller.io_map_base = io_v_base;
H A Dpci-rc32434.c208 void __iomem *io_map_base; local
217 io_map_base = ioremap(rc32434_res_pci_io1.start,
220 if (!io_map_base)
223 rc32434_controller.io_map_base =
224 (unsigned long)io_map_base - rc32434_res_pci_io1.start;
H A Dpci-vr41xx.c304 void __iomem *io_map_base; local
307 io_map_base = ioremap(master->bus_base_address,
309 if (!io_map_base)
312 vr41xx_pci_controller.io_map_base = (unsigned long)io_map_base;
H A Dpci-bcm1480.c229 bcm1480_controller.io_map_base = (unsigned long)
231 bcm1480_controller.io_map_base -= bcm1480_controller.io_offset;
232 set_io_port_base(bcm1480_controller.io_map_base);
H A Dpci-bcm1480ht.c207 bcm1480ht_controller.io_map_base = (unsigned long)
209 bcm1480ht_controller.io_map_base -= bcm1480ht_controller.io_offset;
H A Dpci-ip32.c122 .io_map_base = CKSEG1ADDR(MACEPCI_LOW_IO),
H A Dpci.c132 if (!hose->io_map_base) {
134 "registering PCI controller with io_map_base unset\n");
H A Dops-pmcmsp.c947 .io_map_base = MSP_PCI_IOSPACE_BASE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/loongson/common/
H A Dpci.c84 loongson_pci_controller.io_map_base = mips_io_port_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Dpci.c78 au1x_controller.io_map_base = virt_io_addr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx8550/common/
H A Dpci.c47 .io_map_base = PNX8550_PORT_BASE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpci.h35 unsigned long io_map_base; member in struct:pci_controller
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpci.h29 unsigned long io_map_base; member in struct:pci_channel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/pci/
H A Dpci.c83 if (!hose->io_map_base) {
85 "registering PCI controller with io_map_base unset\n");
411 if (unlikely(!chan->io_map_base)) {
412 chan->io_map_base = generic_io_base;
415 panic("To avoid data corruption io_map_base MUST be "
420 return (void __iomem *)(chan->io_map_base + port);
H A Dpci-sh7751.c68 .io_map_base = SH7751_PCI_IO_BASE,
H A Dpci-sh7780.c57 .io_map_base = 0xfe200000,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dpci.c204 pcic->io_map_base = IO_BASE + pcic->mem_resource[1].start;
210 pcic->io_map_base = mips_io_port_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-pci.c251 controller->io_map_base = mips_io_port_base;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sni/
H A Dpcimt.c193 .io_map_base = SNI_PORT_BASE
H A Dpcit.c155 .io_map_base = SNI_PORT_BASE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_gige.c183 dev->pci_controller.io_map_base = 0x800;
H A Ddriver_pcicore.c369 ssb_pcicore_controller.io_map_base = (unsigned long)ioremap_nocache(SSB_PCI_MEM, 0x04000000);
370 set_io_port_base(ssb_pcicore_controller.io_map_base);

Completed in 84 milliseconds

12