Searched refs:io_map_base (Results 1 – 25 of 26) sorted by relevance
12
| /arch/mips/lib/ |
| A D | iomap-pci.c | 20 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 D | pci-sb1250.c | 198 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 D | pci-rc32434.c | 207 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 D | pci-rt2880.c | 192 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 D | pci-bcm1480.c | 240 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 D | pci-bcm1480ht.c | 194 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 D | pci-legacy.c | 160 hose->io_map_base = in pci_load_of_ranges() 215 if (!hose->io_map_base) { in register_pci_controller()
|
| A D | pci-ip32.c | 121 .io_map_base = CKSEG1ADDR(MACEPCI_LOW_IO),
|
| A D | pci-alchemy.c | 429 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 D | pci-malta.c | 239 controller->io_map_base = mips_io_port_base; in mips_pcibios_init()
|
| A D | pci-mt7620.c | 218 .io_map_base = 0xa0000000,
|
| A D | pci-octeon.c | 351 .io_map_base = OCTEON_PCI_IOSPACE_BASE,
|
| A D | pcie-octeon.c | 1905 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 D | pci.c | 121 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 D | pci-sh7751.c | 65 .io_map_base = SH7751_PCI_IO_BASE,
|
| A D | pci-sh7780.c | 61 .io_map_base = 0xfe200000,
|
| A D | pcie-sh7786.c | 599 port->hose->io_map_base = port->hose->resources[0].start; in sh7786_pcie_init()
|
| /arch/mips/cobalt/ |
| A D | pci.c | 38 .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
|
| /arch/mips/loongson2ef/common/ |
| A D | pci.c | 80 loongson_pci_controller.io_map_base = mips_io_port_base; in pcibios_init()
|
| /arch/mips/include/asm/ |
| A D | pci.h | 40 unsigned long io_map_base; member
|
| /arch/sh/include/asm/ |
| A D | pci.h | 28 unsigned long io_map_base; member
|
| /arch/mips/txx9/generic/ |
| A D | pci.c | 200 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 D | pcimt.c | 195 .io_map_base = SNI_PORT_BASE
|
| A D | pcit.c | 157 .io_map_base = SNI_PORT_BASE
|
| /arch/arm64/kvm/ |
| A D | mmu.c | 35 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 51 milliseconds
12