Searched refs:ioremap_nocache (Results 1 - 25 of 102) sorted by relevance

12345

/arch/ia64/include/asm/
H A Dvga.h20 #define VGA_MAP_MEM(x,s) ((unsigned long) ioremap_nocache(vga_console_membase + (x), s))
/arch/xtensa/include/asm/
H A Dio.h41 static inline void __iomem *ioremap_nocache(unsigned long offset, function
61 #define ioremap_wc ioremap_nocache
65 return ioremap_nocache(offset, size);
/arch/arm/mach-shmobile/
H A Dboard-bockw-reference.c47 fpga = ioremap_nocache(FPGA, SZ_1M);
63 pfc = ioremap_nocache(PFC, 0x200);
H A Dpm-r8a7791.c56 p = ioremap_nocache(RAM, shmobile_boot_size);
61 p = ioremap_nocache(RST, 0x63);
H A Dpm-r8a7790.c61 p = ioremap_nocache(MERAM, shmobile_boot_size);
66 p = ioremap_nocache(RST, 0x63);
/arch/mips/loongson/common/
H A Dreset.c24 ((void (*)(void))ioremap_nocache(LOONGSON_BOOT_BASE, 4)) ();
28 func = (void *)ioremap_nocache(LOONGSON_BOOT_BASE, 4);
H A Duart_base.c51 (unsigned long)ioremap_nocache(loongson_uart_base, 8);
/arch/ia64/kernel/
H A Dcyclone.c52 reg = ioremap_nocache(offset, sizeof(u64));
70 reg = ioremap_nocache(offset, sizeof(u64));
82 reg = ioremap_nocache(offset, sizeof(u64));
94 cyclone_timer = ioremap_nocache(offset, sizeof(u32));
/arch/mn10300/unit-asb2305/
H A Dpci-iomap.c30 return ioremap_nocache(start, len);
/arch/openrisc/include/asm/
H A Dio.h44 static inline void __iomem *ioremap_nocache(phys_addr_t offset, function
/arch/mips/kernel/
H A Dmips-cm.c76 mips_cm_l2sync_base = ioremap_nocache(addr, MIPS_CM_L2SYNC_SIZE);
89 mips_cm_base = ioremap_nocache(addr, MIPS_CM_GCR_SIZE);
H A Dmips-cpc.c57 mips_cpc_base = ioremap_nocache(addr, 0x8000);
/arch/s390/include/asm/
H A Dio.h29 #define ioremap_nocache(addr, size) ioremap(addr, size) macro
30 #define ioremap_wc ioremap_nocache
/arch/hexagon/kernel/
H A Dhexagon_ksyms.c36 EXPORT_SYMBOL(ioremap_nocache); variable
/arch/hexagon/mm/
H A Dioremap.c24 void __iomem *ioremap_nocache(unsigned long phys_addr, unsigned long size) function
/arch/sh/boards/mach-sdk7786/
H A Dfpga.c38 base = ioremap_nocache(area + FPGA_REGS_OFFSET, FPGA_REGS_SIZE);
/arch/unicore32/include/asm/
H A Dio.h39 #define ioremap_nocache(cookie, size) __uc32_ioremap(cookie, size) macro
/arch/ia64/mm/
H A Dioremap.c105 ioremap_nocache (unsigned long phys_addr, unsigned long size) function
112 EXPORT_SYMBOL(ioremap_nocache); variable
/arch/x86/mm/
H A Dtestmmiotrace.c80 void __iomem *p = ioremap_nocache(mmio_address, size);
105 p = ioremap_nocache(mmio_address, PAGE_SIZE);
/arch/mips/ath79/
H A Dsetup.c194 ath79_reset_base = ioremap_nocache(AR71XX_RESET_BASE,
196 ath79_pll_base = ioremap_nocache(AR71XX_PLL_BASE,
198 ath79_ddr_base = ioremap_nocache(AR71XX_DDR_CTRL_BASE,
/arch/mips/pmcs-msp71xx/
H A Dmsp_serial.c108 up.membase = ioremap_nocache(up.mapbase, MSP_UART_REG_LEN);
146 up.membase = ioremap_nocache(up.mapbase, MSP_UART_REG_LEN);
/arch/arc/mm/
H A Ddma.c65 kvaddr = ioremap_nocache((unsigned long)paddr, size);
/arch/cris/mm/
H A Dioremap.c72 * ioremap_nocache - map bus memory into CPU space
79 void __iomem *ioremap_nocache (unsigned long phys_addr, unsigned long size) function
/arch/mips/mti-sead3/
H A Dsead3-display.c48 display = ioremap_nocache(LCD_DISPLAY_POS_BASE,
/arch/mips/ralink/
H A Dof.c48 return ioremap_nocache(res.start, resource_size(&res));

Completed in 521 milliseconds

12345