Home
last modified time | relevance | path

Searched refs:__ioremap_mode (Results 1 – 2 of 2) sorted by relevance

/arch/mips/include/asm/
Dio.h168 static inline void __iomem * __ioremap_mode(phys_addr_t offset, unsigned long size, in __ioremap_mode() function
226 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
248 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
267 __ioremap_mode((offset), (size), _page_cachable_default)
277 __ioremap_mode((offset), (size), _CACHE_CACHABLE_COW)
279 __ioremap_mode((offset), (size), _CACHE_UNCACHED_ACCELERATED)
/arch/sh/include/asm/
Dio.h316 __ioremap_mode(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_mode() function
332 #define __ioremap_mode(offset, size, prot) ((void __iomem *)(offset)) macro
338 return __ioremap_mode(offset, size, PAGE_KERNEL_NOCACHE); in ioremap()
344 return __ioremap_mode(offset, size, PAGE_KERNEL); in ioremap_cache()
352 return __ioremap_mode(offset, size, __pgprot(flags)); in ioremap_prot()