Home
last modified time | relevance | path

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

12

/arch/mips/lib/
A Diomap-pci.c20 unsigned long base = ctrl->io_map_base; in __pci_ioport_map()
23 if (unlikely(!ctrl->io_map_base)) { in __pci_ioport_map()
30 ctrl->io_map_base = base = mips_io_port_base; in __pci_ioport_map()
43 return (void __iomem *) (ctrl->io_map_base + port); in __pci_ioport_map()
49 void __iomem *base = (void __iomem *)ctrl->io_map_base; in pci_iounmap()
/arch/mips/pci/
A Dpci-sb1250.c198 void __iomem *io_map_base; in sb1250_pcibios_init() local
244 io_map_base = ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES, 1024 * 1024); in sb1250_pcibios_init()
245 sb1250_controller.io_map_base = (unsigned long)io_map_base; in sb1250_pcibios_init()
246 set_io_port_base((unsigned long)io_map_base); in sb1250_pcibios_init()
A 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()
A Dpci-rt2880.c192 void __iomem *io_map_base; in rt288x_pci_probe() local
196 io_map_base = ioremap(RT2880_PCI_IO_BASE, RT2880_PCI_IO_SIZE); in rt288x_pci_probe()
197 rt2880_pci_controller.io_map_base = (unsigned long) io_map_base; in rt288x_pci_probe()
198 set_io_port_base((unsigned long) io_map_base); in rt288x_pci_probe()
A Dpci-bcm1480.c240 bcm1480_controller.io_map_base = (unsigned long) in bcm1480_pcibios_init()
242 bcm1480_controller.io_map_base -= bcm1480_controller.io_offset; in bcm1480_pcibios_init()
243 set_io_port_base(bcm1480_controller.io_map_base); in bcm1480_pcibios_init()
A Dpci-bcm1480ht.c194 bcm1480ht_controller.io_map_base = (unsigned long) in bcm1480ht_pcibios_init()
196 bcm1480ht_controller.io_map_base -= bcm1480ht_controller.io_offset; in bcm1480ht_pcibios_init()
A Dpci-legacy.c160 hose->io_map_base = in pci_load_of_ranges()
215 if (!hose->io_map_base) { in register_pci_controller()
A Dpci-ip32.c121 .io_map_base = CKSEG1ADDR(MACEPCI_LOW_IO),
A Dpci-alchemy.c429 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()
A Dpci-malta.c239 controller->io_map_base = mips_io_port_base; in mips_pcibios_init()
A Dpci-mt7620.c218 .io_map_base = 0xa0000000,
A Dpci-octeon.c351 .io_map_base = OCTEON_PCI_IOSPACE_BASE,
A Dpcie-octeon.c1905 octeon_dummy_controller.io_map_base = -1; in octeon_pcie_setup()
1940 octeon_pcie0_controller.io_map_base = in octeon_pcie_setup()
2021 octeon_pcie1_controller.io_map_base = in octeon_pcie_setup()
/arch/sh/drivers/pci/
A Dpci.c121 if (!hose->io_map_base) { in register_pci_controller()
278 if (unlikely(!chan->io_map_base)) { in __pci_ioport_map()
279 chan->io_map_base = sh_io_port_base; in __pci_ioport_map()
286 return (void __iomem *)(chan->io_map_base + port); in __pci_ioport_map()
A Dpci-sh7751.c65 .io_map_base = SH7751_PCI_IO_BASE,
A Dpci-sh7780.c61 .io_map_base = 0xfe200000,
A Dpcie-sh7786.c599 port->hose->io_map_base = port->hose->resources[0].start; in sh7786_pcie_init()
/arch/mips/cobalt/
A Dpci.c38 .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
/arch/mips/loongson2ef/common/
A Dpci.c80 loongson_pci_controller.io_map_base = mips_io_port_base; in pcibios_init()
/arch/mips/include/asm/
A Dpci.h40 unsigned long io_map_base; member
/arch/sh/include/asm/
A Dpci.h28 unsigned long io_map_base; member
/arch/mips/txx9/generic/
A Dpci.c200 pcic->io_map_base = IO_BASE + pcic->mem_resource[1].start; in txx9_alloc_pci_controller()
206 pcic->io_map_base = mips_io_port_base; in txx9_alloc_pci_controller()
/arch/mips/sni/
A Dpcimt.c195 .io_map_base = SNI_PORT_BASE
A Dpcit.c157 .io_map_base = SNI_PORT_BASE
/arch/arm64/kvm/
A Dmmu.c35 static unsigned long __ro_after_init io_map_base; variable
631 if ((base ^ io_map_base) & BIT(VA_BITS - 1)) in __hyp_alloc_private_va_range()
634 io_map_base = base; in __hyp_alloc_private_va_range()
666 base = io_map_base - size; in hyp_alloc_private_va_range()
719 base = ALIGN_DOWN(io_map_base - size, size); in create_hyp_stack()
2141 io_map_base = hyp_idmap_start; in kvm_mmu_init()

Completed in 46 milliseconds

12