Searched refs:__ioremap_mode (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/mips/include/asm/ |
D | io.h | 178 static inline void __iomem * __ioremap_mode(phys_addr_t offset, unsigned long size, in __ioremap_mode() function 236 __ioremap_mode((offset), (size), _CACHE_UNCACHED) 258 __ioremap_mode((offset), (size), _CACHE_UNCACHED) 277 __ioremap_mode((offset), (size), _page_cachable_default) 286 __ioremap_mode((offset), (size), _CACHE_CACHABLE_COW) 288 __ioremap_mode((offset), (size), _CACHE_UNCACHED_ACCELERATED)
|
/linux-4.4.14/arch/sh/include/asm/ |
D | io.h | 315 __ioremap_mode(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_mode() function 331 #define __ioremap_mode(offset, size, prot) ((void __iomem *)(offset)) macro 337 return __ioremap_mode(offset, size, PAGE_KERNEL_NOCACHE); in ioremap() 343 return __ioremap_mode(offset, size, PAGE_KERNEL); in ioremap_cache() 351 return __ioremap_mode(offset, size, __pgprot(flags)); in ioremap_prot()
|