Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/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()
/linux-6.3-rc2/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.c193 void __iomem *io_map_base; in rt288x_pci_probe() local
197 io_map_base = ioremap(RT2880_PCI_IO_BASE, RT2880_PCI_IO_SIZE); in rt288x_pci_probe()
198 rt2880_pci_controller.io_map_base = (unsigned long) io_map_base; in rt288x_pci_probe()
199 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.c152 hose->io_map_base = in pci_load_of_ranges()
207 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,
/linux-6.3-rc2/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,
/linux-6.3-rc2/drivers/bcma/
A Ddriver_pci_host.c393 unsigned long io_map_base; in bcma_core_pci_hostmode_init() local
518 io_map_base = (unsigned long)ioremap(pc_host->mem_resource.start, in bcma_core_pci_hostmode_init()
520 pc_host->pci_controller.io_map_base = io_map_base; in bcma_core_pci_hostmode_init()
521 set_io_port_base(pc_host->pci_controller.io_map_base); in bcma_core_pci_hostmode_init()
/linux-6.3-rc2/arch/mips/cobalt/
A Dpci.c38 .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
/linux-6.3-rc2/arch/mips/loongson2ef/common/
A Dpci.c80 loongson_pci_controller.io_map_base = mips_io_port_base; in pcibios_init()
/linux-6.3-rc2/arch/mips/include/asm/
A Dpci.h40 unsigned long io_map_base; member
/linux-6.3-rc2/arch/sh/include/asm/
A Dpci.h28 unsigned long io_map_base; member
/linux-6.3-rc2/arch/mips/txx9/generic/
A Dpci.c199 pcic->io_map_base = IO_BASE + pcic->mem_resource[1].start; in txx9_alloc_pci_controller()
205 pcic->io_map_base = mips_io_port_base; in txx9_alloc_pci_controller()
/linux-6.3-rc2/arch/arm64/kvm/
A Dmmu.c32 static unsigned long __ro_after_init io_map_base; variable
541 base = io_map_base - PAGE_ALIGN(size); in hyp_alloc_private_va_range()
551 if ((base ^ io_map_base) & BIT(VA_BITS - 1)) in hyp_alloc_private_va_range()
554 *haddr = io_map_base = base; in hyp_alloc_private_va_range()
1747 io_map_base = hyp_idmap_start; in kvm_mmu_init()
/linux-6.3-rc2/arch/mips/sni/
A Dpcimt.c195 .io_map_base = SNI_PORT_BASE
A Dpcit.c157 .io_map_base = SNI_PORT_BASE
/linux-6.3-rc2/drivers/ssb/
A Ddriver_pcicore.c388 ssb_pcicore_controller.io_map_base = (unsigned long)ioremap(SSB_PCI_MEM, 0x04000000); in ssb_pcicore_init_hostmode()
389 set_io_port_base(ssb_pcicore_controller.io_map_base); in ssb_pcicore_init_hostmode()
A Ddriver_gige.c185 dev->pci_controller.io_map_base = 0x800; in ssb_gige_probe()

Completed in 39 milliseconds

12