Home
last modified time | relevance | path

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

12

/Linux-v5.10/arch/mips/lib/
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-v5.10/arch/mips/pci/
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()
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.c219 void __iomem *io_map_base; in rt288x_pci_probe() local
223 io_map_base = ioremap(RT2880_PCI_IO_BASE, RT2880_PCI_IO_SIZE); in rt288x_pci_probe()
224 rt2880_pci_controller.io_map_base = (unsigned long) io_map_base; in rt288x_pci_probe()
225 set_io_port_base((unsigned long) io_map_base); in rt288x_pci_probe()
Dpci-vr41xx.c291 void __iomem *io_map_base; in vr41xx_pciu_init() local
294 io_map_base = ioremap(master->bus_base_address, in vr41xx_pciu_init()
296 if (!io_map_base) in vr41xx_pciu_init()
299 vr41xx_pci_controller.io_map_base = (unsigned long)io_map_base; in vr41xx_pciu_init()
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()
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()
Dpci-legacy.c157 hose->io_map_base = in pci_load_of_ranges()
210 if (!hose->io_map_base) { in register_pci_controller()
Dpci-ip32.c121 .io_map_base = CKSEG1ADDR(MACEPCI_LOW_IO),
Dpci-alchemy.c429 ctx->alchemy_pci_ctrl.io_map_base = (unsigned long)virt_io; in alchemy_pci_probe()
470 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.c239 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()
/Linux-v5.10/arch/sh/drivers/pci/
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()
Dpci-sh7751.c65 .io_map_base = SH7751_PCI_IO_BASE,
/Linux-v5.10/drivers/bcma/
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-v5.10/arch/mips/cobalt/
Dpci.c38 .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
/Linux-v5.10/arch/mips/loongson2ef/common/
Dpci.c82 loongson_pci_controller.io_map_base = mips_io_port_base; in pcibios_init()
/Linux-v5.10/arch/mips/include/asm/
Dpci.h40 unsigned long io_map_base; member
/Linux-v5.10/arch/sh/include/asm/
Dpci.h28 unsigned long io_map_base; member
/Linux-v5.10/arch/mips/txx9/generic/
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-v5.10/arch/arm64/kvm/
Dmmu.c32 static unsigned long io_map_base; variable
267 base = io_map_base - size; in __create_hyp_private_mapping()
274 if ((base ^ io_map_base) & BIT(VA_BITS - 1)) in __create_hyp_private_mapping()
277 io_map_base = base; in __create_hyp_private_mapping()
1259 io_map_base = hyp_idmap_start; in kvm_mmu_init()
/Linux-v5.10/drivers/staging/mt7621-pci/
Dpci-mt7621.c139 unsigned long io_map_base; member
312 pcie->io_map_base = in mt7621_pci_parse_request_of_pci_ranges()
336 set_io_port_base(pcie->io_map_base); in mt7621_pci_parse_request_of_pci_ranges()
/Linux-v5.10/arch/mips/sni/
Dpcimt.c195 .io_map_base = SNI_PORT_BASE
Dpcit.c157 .io_map_base = SNI_PORT_BASE

12