Home
last modified time | relevance | path

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

12

/arch/mips/lib/
Diomap-pci.c17 unsigned long base = ctrl->io_map_base; in __pci_ioport_map()
20 if (unlikely(!ctrl->io_map_base)) { in __pci_ioport_map()
27 ctrl->io_map_base = base = mips_io_port_base; in __pci_ioport_map()
40 return (void __iomem *) (ctrl->io_map_base + port); in __pci_ioport_map()
/arch/mips/pci/
Dpci-sb1250.c211 void __iomem *io_map_base; in sb1250_pcibios_init() local
257 io_map_base = ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES, 1024 * 1024); in sb1250_pcibios_init()
258 sb1250_controller.io_map_base = (unsigned long)io_map_base; in sb1250_pcibios_init()
259 set_io_port_base((unsigned long)io_map_base); in sb1250_pcibios_init()
Dpci-rc32434.c207 void __iomem *io_map_base; in rc32434_pci_init() local
216 io_map_base = ioremap(rc32434_res_pci_io1.start, in rc32434_pci_init()
219 if (!io_map_base) in rc32434_pci_init()
222 rc32434_controller.io_map_base = in rc32434_pci_init()
223 (unsigned long)io_map_base - rc32434_res_pci_io1.start; in rc32434_pci_init()
Dpci-rt2880.c223 void __iomem *io_map_base; in rt288x_pci_probe() local
227 io_map_base = ioremap(RT2880_PCI_IO_BASE, RT2880_PCI_IO_SIZE); in rt288x_pci_probe()
228 rt2880_pci_controller.io_map_base = (unsigned long) io_map_base; in rt288x_pci_probe()
229 set_io_port_base((unsigned long) io_map_base); in rt288x_pci_probe()
Dpci-vr41xx.c304 void __iomem *io_map_base; in vr41xx_pciu_init() local
307 io_map_base = ioremap(master->bus_base_address, in vr41xx_pciu_init()
309 if (!io_map_base) in vr41xx_pciu_init()
312 vr41xx_pci_controller.io_map_base = (unsigned long)io_map_base; in vr41xx_pciu_init()
Dpci-bcm1480.c253 bcm1480_controller.io_map_base = (unsigned long) in bcm1480_pcibios_init()
255 bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; in bcm1480_pcibios_init()
256 set_io_port_base(bcm1480_controller.io_map_base); in bcm1480_pcibios_init()
Dpci-bcm1480ht.c207 bcm1480ht_controller.io_map_base = (unsigned long) in bcm1480ht_pcibios_init()
209 bcm1480ht_controller.io_map_base -= bcm1480ht_controller.io_offset; in bcm1480ht_pcibios_init()
Dpci-virtio-guest.c127 pci_virtio_guest_controller.io_map_base = mips_io_port_base; in pci_virtio_guest_setup()
Dpci.c145 hose->io_map_base = in pci_load_of_ranges()
198 if (!hose->io_map_base) { in register_pci_controller()
Dpci-ip32.c122 .io_map_base = CKSEG1ADDR(MACEPCI_LOW_IO),
Dpci-alchemy.c428 ctx->alchemy_pci_ctrl.io_map_base = (unsigned long)virt_io; in alchemy_pci_probe()
469 set_io_port_base((unsigned long)ctx->alchemy_pci_ctrl.io_map_base); in alchemy_pci_probe()
Dpci-xlr.c343 nlm_pci_controller.io_map_base = CKSEG1; in pcibios_init()
Dpci-malta.c251 controller->io_map_base = mips_io_port_base; in mips_pcibios_init()
Dpci-xlp.c324 nlm_pci_controller.io_map_base = CKSEG1; in pcibios_init()
Dops-pmcmsp.c922 .io_map_base = MSP_PCI_IOSPACE_BASE,
/arch/sh/drivers/pci/
Dpci.c109 if (!hose->io_map_base) { in register_pci_controller()
300 if (unlikely(!chan->io_map_base)) { in __pci_ioport_map()
301 chan->io_map_base = sh_io_port_base; in __pci_ioport_map()
308 return (void __iomem *)(chan->io_map_base + port); in __pci_ioport_map()
Dpci-sh7751.c68 .io_map_base = SH7751_PCI_IO_BASE,
Dpci-sh7780.c64 .io_map_base = 0xfe200000,
/arch/mips/cobalt/
Dpci.c38 .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
/arch/mips/loongson64/common/
Dpci.c87 loongson_pci_controller.io_map_base = mips_io_port_base; in pcibios_init()
/arch/mips/include/asm/
Dpci.h37 unsigned long io_map_base; member
/arch/sh/include/asm/
Dpci.h29 unsigned long io_map_base; member
/arch/mips/txx9/generic/
Dpci.c204 pcic->io_map_base = IO_BASE + pcic->mem_resource[1].start; in txx9_alloc_pci_controller()
210 pcic->io_map_base = mips_io_port_base; in txx9_alloc_pci_controller()
/arch/mips/sni/
Dpcit.c157 .io_map_base = SNI_PORT_BASE
Dpcimt.c195 .io_map_base = SNI_PORT_BASE

12