Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dkmap.h28 #define ioremap_wt ioremap_wt macro
29 static inline void __iomem *ioremap_wt(unsigned long physaddr, in ioremap_wt() function
/linux/arch/powerpc/mm/
H A Dioremap_32.c9 void __iomem *ioremap_wt(phys_addr_t addr, unsigned long size) in ioremap_wt() function
15 EXPORT_SYMBOL(ioremap_wt);
/linux/include/asm-generic/
H A Diomap.h100 #ifndef ioremap_wt
101 #define ioremap_wt ioremap macro
/linux/arch/s390/include/asm/
H A Dio.h37 #define ioremap_wt(addr, size) \ macro
/linux/kernel/
H A Diomem.c110 addr = ioremap_wt(offset, size); in memremap()
/linux/arch/x86/mm/
H A Dioremap.c421 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() function
426 EXPORT_SYMBOL(ioremap_wt);
/linux/arch/powerpc/include/asm/
H A Dio.h892 void __iomem *ioremap_wt(phys_addr_t address, unsigned long size);
893 #define ioremap_wt ioremap_wt macro
/linux/drivers/block/
H A Dz2ram.c183 vaddr = (unsigned long)ioremap_wt(paddr, size); in z2_open()
/linux/drivers/video/fbdev/
H A Dhpfb.c247 fb_start = (unsigned long)ioremap_wt(fb_info.fix.smem_start, in hpfb_init_one()
H A Dvalkyriefb.c354 p->frame_buffer = ioremap_wt(frame_buffer_phys, p->total_vram); in valkyriefb_init()
H A Dplatinumfb.c569 pinfo->frame_buffer = ioremap_wt(pinfo->rsrc_fb.start, 0x400000); in platinumfb_probe()
H A Dcontrolfb.c966 p->frame_buffer = ioremap_wt(p->frame_buffer_phys, 0x800000); in control_of_init()
H A Datafb.c3092 external_screen_base = ioremap_wt(external_addr, external_len); in atafb_probe()
H A Damifb.c3698 videomemory = (u_long)ioremap_wt(info->fix.smem_start, in amifb_probe()
/linux/arch/sparc/include/asm/
H A Dio_64.h427 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
/linux/arch/arm/include/asm/
H A Dio.h379 #define ioremap_wt ioremap_wc macro
/linux/Documentation/arch/x86/
H A Dpat.rst49 | ioremap_wt | -- | -- | WT |
/linux/Documentation/driver-api/
H A Ddevice-io.rst354 ioremap_wt()
450 | ioremap_wt() | (not implemented; fallback to ioremap) |