| /linux/arch/um/include/asm/ |
| H A D | io.h | 9 #ifndef ioremap 10 #define ioremap ioremap macro 11 static inline void __iomem *ioremap(phys_addr_t offset, size_t size) in ioremap() function
|
| /linux/arch/arm/mach-shmobile/ |
| H A D | setup-r8a7740.c | 31 reg = ioremap(MEBUFCNTR, 4); in r8a7740_meram_workaround() 40 void __iomem *intc_prio_base = ioremap(0xe6900010, 0x10); in r8a7740_init_irq_of() 41 void __iomem *intc_msk_base = ioremap(0xe6900040, 0x10); in r8a7740_init_irq_of() 42 void __iomem *pfc_inta_ctrl = ioremap(0xe605807c, 0x4); in r8a7740_init_irq_of()
|
| H A D | smp-sh73a0.c | 35 void __iomem *cpg2 = ioremap(CPG_BASE2, PAGE_SIZE); in sh73a0_boot_secondary() 55 ap = ioremap(AP_BASE, PAGE_SIZE); in sh73a0_smp_prepare_cpus() 56 sysc = ioremap(SYSC_BASE, PAGE_SIZE); in sh73a0_smp_prepare_cpus()
|
| /linux/rust/kernel/io/ |
| H A D | mem.rs | 172 fn ioremap(resource: &Resource) -> Result<Self> { in ioremap() method 186 let iomem = IoMem::ioremap(resource)?; in ioremap() 201 Devres::new(dev, Self::ioremap(res)) in new() 227 fn ioremap(resource: &Resource) -> Result<Self> { in ioremap() method 251 unsafe { bindings::ioremap(res_start, size) } in ioremap() 269 Devres::new(dev, Self::ioremap(res)) in new()
|
| /linux/arch/mips/include/asm/mips-boards/ |
| H A D | malta.h | 25 #define MALTA_BONITO_PORT_BASE ((unsigned long)ioremap (0x1fd00000, 0x10000)) 32 return (unsigned long) ioremap (((addr & 0xffff) << 21), 0x10000); in get_gt_port_base() 39 return (unsigned long) ioremap(addr, 0x10000); in get_msc_port_base()
|
| H A D | generic.h | 52 #define MIPS_REVISION_CORID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 10) & 0x3f) 66 #define MIPS_REVISION_SCONID (((*(volatile u32 *)ioremap(MIPS_REVISION_REG, 4)) >> 24) & 0xff)
|
| /linux/arch/m68k/include/asm/ |
| H A D | kmap.h | 22 #define ioremap ioremap macro 23 static inline void __iomem *ioremap(unsigned long physaddr, unsigned long size) in ioremap() function
|
| /linux/include/asm-generic/ |
| H A D | logic_io.h | 33 #define ioremap ioremap macro 34 void __iomem *ioremap(phys_addr_t offset, size_t size);
|
| /linux/drivers/video/fbdev/ |
| H A D | macfb.c | 571 fb_info.screen_base = ioremap(mac_bi_data.videoaddr, in macfb_init() 712 dafb_cmap_regs = ioremap(DAFB_BASE, 0x1000); in macfb_init() 721 v8_brazil_cmap_regs = ioremap(DAC_BASE, 0x1000); in macfb_init() 734 v8_brazil_cmap_regs = ioremap(DAC_BASE, 0x1000); in macfb_init() 750 v8_brazil_cmap_regs = ioremap(DAC_BASE, 0x1000); in macfb_init() 762 rbv_cmap_regs = ioremap(DAC_BASE, 0x1000); in macfb_init() 772 civic_cmap_regs = ioremap(CIVIC_BASE, 0x1000); in macfb_init() 785 ioremap(DAC_BASE, 0x1000); in macfb_init() 797 ioremap(DAC_BASE, 0x1000); in macfb_init() 865 csc_cmap_regs = ioremap(CSC_BASE, 0x1000); in macfb_init()
|
| /linux/arch/mips/sgi-ip32/ |
| H A D | crime.c | 33 set_io_port_base((unsigned long) ioremap(MACEPCI_LOW_IO, 0x2000000)); in crime_init() 34 crime = ioremap(CRIME_BASE, sizeof(struct sgi_crime)); in crime_init() 35 mace = ioremap(MACE_BASE, sizeof(struct sgi_mace)); in crime_init()
|
| /linux/arch/arm/mach-vt8500/ |
| H A D | vt8500.c | 82 gpio_base = ioremap(LEGACY_GPIO_BASE, 0x1000); in vt8500_init() 114 gpio_base = ioremap(LEGACY_GPIO_BASE, 0x1000); in vt8500_init() 139 pmc_base = ioremap(LEGACY_PMC_BASE, 0x1000); in vt8500_init()
|
| /linux/scripts/coccinelle/free/ |
| H A D | iounmap.cocci | 26 e = \(ioremap@p1\)(...) 57 cocci.print_main("ioremap",p1) 67 msg = "ERROR: missing iounmap; ioremap on line %s and execution via conditional on line %s" % (p1[0…
|
| /linux/arch/mips/loongson2ef/common/ |
| H A D | init.c | 32 ioremap(LOONGSON_ADDRWINCFG_BASE, LOONGSON_ADDRWINCFG_SIZE); in prom_init() 41 ioremap(LOONGSON_PCIIO_BASE, LOONGSON_PCIIO_SIZE)); in prom_init()
|
| H A D | reset.c | 20 ((void (*)(void))ioremap(LOONGSON_BOOT_BASE, 4)) (); in loongson_reboot() 24 func = (void *)ioremap(LOONGSON_BOOT_BASE, 4); in loongson_reboot()
|
| /linux/arch/mips/pci/ |
| H A D | pci-bcm1480ht.c | 186 ht_cfg_space = ioremap(A_BCM1480_PHYS_HT_CFG_MATCH_BITS, 16*1024*1024); in bcm1480ht_pcibios_init() 192 ioremap(A_BCM1480_PHYS_HT_SPECIAL_MATCH_BYTES, in bcm1480ht_pcibios_init() 195 ioremap(A_BCM1480_PHYS_HT_IO_MATCH_BYTES, 65536); in bcm1480ht_pcibios_init()
|
| H A D | pci-sb1250.c | 214 ioremap(A_PHYS_LDTPCI_CFG_MATCH_BITS, 16 * 1024 * 1024); in sb1250_pcibios_init() 244 io_map_base = ioremap(A_PHYS_LDTPCI_IO_MATCH_BYTES, 1024 * 1024); in sb1250_pcibios_init() 265 ioremap(A_PHYS_LDT_SPECIAL_MATCH_BYTES, in sb1250_pcibios_init()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | pci.c | 209 hose->cfg_addr = ioremap(addr->start + 0x800000, 0x1000); in setup_chaos() 210 hose->cfg_data = ioremap(addr->start + 0xc00000, 0x1000); in setup_chaos() 606 hose->cfg_addr = ioremap(addr->start + 0x800000, 0x1000); in setup_bandit() 607 hose->cfg_data = ioremap(addr->start + 0xc00000, 0x1000); in setup_bandit() 617 hose->cfg_addr = ioremap(addr->start + 0x800000, 0x1000); in setup_uninorth() 618 hose->cfg_data = ioremap(addr->start + 0xc00000, 0x1000); in setup_uninorth() 640 hose->cfg_addr = ioremap(0xf0000000 + 0x800000, 0x1000); in setup_u3_agp() 641 hose->cfg_data = ioremap(0xf0000000 + 0xc00000, 0x1000); in setup_u3_agp() 651 hose->cfg_addr = ioremap(0xf0000000 + 0x800000, 0x1000); in setup_u4_pcie() 652 hose->cfg_data = ioremap(0xf0000000 + 0xc00000, 0x1000); in setup_u4_pcie() [all …]
|
| /linux/arch/arm/mach-imx/ |
| H A D | pm-imx5.c | 349 suspend_info->m4if_base = ioremap(soc_data->m4if_addr, SZ_16K); in imx5_suspend_init() 355 suspend_info->iomuxc_base = ioremap(soc_data->iomuxc_addr, SZ_16K); in imx5_suspend_init() 389 ccm_base = ioremap(data->ccm_addr, SZ_16K); in imx5_pm_common_init() 390 cortex_base = ioremap(data->cortex_addr, SZ_16K); in imx5_pm_common_init() 391 gpc_base = ioremap(data->gpc_addr, SZ_16K); in imx5_pm_common_init()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | kirkwood-pm.c | 64 ddr_operation_base = ioremap(DDR_OPERATION_BASE, 4); in kirkwood_pm_init() 65 memory_pm_ctrl = ioremap(MEMORY_PM_CTRL_PHYS, 4); in kirkwood_pm_init()
|
| /linux/drivers/input/serio/ |
| H A D | i8042-snirm.h | 52 kbd_iobase = ioremap(0x16000000, 4); in i8042_platform_init() 56 kbd_iobase = ioremap(0x14000000, 4); in i8042_platform_init()
|
| /linux/arch/arm/mach-davinci/ |
| H A D | pm.c | 133 pm_config.cpupll_reg_base = ioremap(DA8XX_PLL0_BASE, SZ_4K); in davinci_pm_init() 137 pm_config.ddrpll_reg_base = ioremap(DA850_PLL1_BASE, SZ_4K); in davinci_pm_init() 143 pm_config.ddrpsc_reg_base = ioremap(DA8XX_PSC1_BASE, SZ_4K); in davinci_pm_init()
|
| /linux/arch/mips/sgi-ip22/ |
| H A D | ip22-hpc.c | 36 ioremap(HPC3_CHIP0_BASE, sizeof(struct hpc3_regs)); in sgihpc_init() 38 ioremap(HPC3_CHIP1_BASE, sizeof(struct hpc3_regs)); in sgihpc_init()
|
| /linux/drivers/scsi/aacraid/ |
| H A D | nark.c | 41 dev->regs.rx = ioremap((u64)pci_resource_start(dev->pdev, 0) | in aac_nark_ioremap() 47 dev->base = ioremap(dev->base_start, size); in aac_nark_ioremap()
|
| /linux/drivers/mtd/maps/ |
| H A D | nettel.c | 179 nettel_mmcrp = (void *) ioremap(0xfffef000, 4096); in nettel_init() 220 nettel_amd_map.virt = ioremap(amdaddr, maxsize); in nettel_init() 306 nettel_intel_map.virt = ioremap(intel0addr, maxsize); in nettel_init() 340 nettel_intel_map.virt = ioremap(intel0addr, maxsize); in nettel_init()
|
| /linux/arch/powerpc/platforms/83xx/ |
| H A D | suspend.c | 304 rcw_regs = ioremap(get_immrbase() + IMMR_RCW_OFFSET, in mpc83xx_is_pci_agent() 378 pmc_regs = ioremap(res.start, sizeof(*pmc_regs)); in pmc_probe() 391 clock_regs = ioremap(res.start, sizeof(*clock_regs)); in pmc_probe() 399 syscr_regs = ioremap(immrbase + IMMR_SYSCR_OFFSET, in pmc_probe()
|