Searched refs:ioremap_wt (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dkmap.h28 #define ioremap_wt ioremap_wt macro
29 static inline void __iomem *ioremap_wt(unsigned long physaddr, function
/linux-master/arch/powerpc/mm/
H A Dioremap_32.c9 void __iomem *ioremap_wt(phys_addr_t addr, unsigned long size) function
15 EXPORT_SYMBOL(ioremap_wt); variable
/linux-master/include/asm-generic/
H A Diomap.h100 #ifndef ioremap_wt
101 #define ioremap_wt ioremap macro
H A Dio.h1026 * ioremap_wc() and ioremap_wt() can provide more relaxed caching attributes
1072 #ifndef ioremap_wt
1073 #define ioremap_wt ioremap macro
/linux-master/arch/s390/include/asm/
H A Dio.h35 #define ioremap_wt(addr, size) \ macro
/linux-master/arch/x86/include/asm/
H A Dio.h320 extern void __iomem *ioremap_wt(resource_size_t offset, unsigned long size);
321 #define ioremap_wt ioremap_wt macro
/linux-master/kernel/
H A Diomem.c110 addr = ioremap_wt(offset, size);
/linux-master/drivers/block/
H A Dz2ram.c183 vaddr = (unsigned long)ioremap_wt(paddr, size);
/linux-master/arch/x86/mm/
H A Dioremap.c411 * ioremap_wt - map memory into CPU space write through
420 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) function
425 EXPORT_SYMBOL(ioremap_wt); variable
/linux-master/arch/powerpc/include/asm/
H A Dio.h875 * * ioremap_wt enables write through
892 void __iomem *ioremap_wt(phys_addr_t address, unsigned long size);
893 #define ioremap_wt ioremap_wt macro
/linux-master/drivers/video/fbdev/
H A Dhpfb.c247 fb_start = (unsigned long)ioremap_wt(fb_info.fix.smem_start,
H A Dplatinumfb.c569 pinfo->frame_buffer = ioremap_wt(pinfo->rsrc_fb.start, 0x400000);
H A Dvalkyriefb.c354 p->frame_buffer = ioremap_wt(frame_buffer_phys, p->total_vram);
H A Dcontrolfb.c966 p->frame_buffer = ioremap_wt(p->frame_buffer_phys, 0x800000);
H A Datafb.c3092 external_screen_base = ioremap_wt(external_addr, external_len);
H A Damifb.c3698 videomemory = (u_long)ioremap_wt(info->fix.smem_start,
/linux-master/arch/sparc/include/asm/
H A Dio_64.h427 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
/linux-master/arch/arm/include/asm/
H A Dio.h344 * ioremap_wt() Normal Non-cacheable n/a
379 #define ioremap_wt ioremap_wc macro

Completed in 452 milliseconds