Home
last modified time | relevance | path

Searched refs:set_fixmap_offset_nocache (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/x86/platform/mrst/
Dearly_printk_mrst.c153 pclk_spi0 = (void *)set_fixmap_offset_nocache(FIX_EARLYCON_MEM_BASE, in mrst_early_console_init()
161 pspi = (void *)set_fixmap_offset_nocache(FIX_EARLYCON_MEM_BASE, in mrst_early_console_init()
265 phsu = (void *)set_fixmap_offset_nocache(FIX_EARLYCON_MEM_BASE, paddr); in hsu_early_console_init()
Dvrtc.c121 vrtc_virt_base = (void __iomem *)set_fixmap_offset_nocache(FIX_LNW_VRTC, in mrst_rtc_init()
/linux-3.4.99/arch/x86/include/asm/
Dfixmap.h234 #define set_fixmap_offset_nocache(idx, phys) \ macro