Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dkmap.h31 #define ioremap_wt ioremap_wt macro
32 static inline void __iomem *ioremap_wt(unsigned long physaddr, in ioremap_wt() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dio.h33 void __iomem *ioremap_wt(phys_addr_t addr, size_t size);
60 #define ioremap_wt ioremap_wt macro
/OK3568_Linux_fs/kernel/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);
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dio.h368 extern void __iomem *ioremap_wt(resource_size_t offset, unsigned long size);
369 #define ioremap_wt ioremap_wt macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Diomap.h101 #define ioremap_wt ioremap macro
H A Dio.h979 #ifndef ioremap_wt
980 #define ioremap_wt ioremap macro
/OK3568_Linux_fs/kernel/kernel/
H A Diomem.c113 addr = ioremap_wt(offset, size); in memremap()
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dioremap.c409 void __iomem *ioremap_wt(resource_size_t phys_addr, unsigned long size) in ioremap_wt() function
414 EXPORT_SYMBOL(ioremap_wt);
/OK3568_Linux_fs/kernel/drivers/block/
H A Dz2ram.c194 vaddr = (unsigned long)ioremap_wt(paddr, size); in z2_open()
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci.c277 void __iomem *ioremap_wt(phys_addr_t addr, size_t size) in ioremap_wt() function
281 EXPORT_SYMBOL(ioremap_wt);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dhpfb.c245 fb_start = (unsigned long)ioremap_wt(fb_info.fix.smem_start, in hpfb_init_one()
H A Dvalkyriefb.c361 p->frame_buffer = ioremap_wt(frame_buffer_phys, p->total_vram); in valkyriefb_init()
H A Dplatinumfb.c572 pinfo->frame_buffer = ioremap_wt(pinfo->rsrc_fb.start, 0x400000); in platinumfb_probe()
H A Dcontrolfb.c977 p->frame_buffer = ioremap_wt(p->frame_buffer_phys, 0x800000); in control_of_init()
H A Datafb.c3158 external_screen_base = ioremap_wt(external_addr, external_len); in atafb_probe()
H A Damifb.c3708 videomemory = (u_long)ioremap_wt(info->fix.smem_start, in amifb_probe()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio_64.h411 #define ioremap_wt(X,Y) ioremap((X),(Y)) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h396 #define ioremap_wt ioremap_wc macro
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dpat.rst49 | ioremap_wt | -- | -- | WT |
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h733 void __iomem *ioremap_wt(phys_addr_t address, unsigned long size);