Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dio.h180 static inline void __iomem * __ioremap_mode(phys_addr_t offset, unsigned long size, in __ioremap_mode() function
238 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
260 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
279 __ioremap_mode((offset), (size), _page_cachable_default)
301 __ioremap_mode((offset), (size), boot_cpu_data.writecombine)
/Linux-v4.19/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()