Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dio.h159 static inline void __iomem * __ioremap_mode(phys_addr_t offset, unsigned long size, in __ioremap_mode() function
214 return __ioremap_mode(offset, size, prot_val & _CACHE_MASK); in ioremap_prot()
229 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
251 __ioremap_mode((offset), (size), _CACHE_UNCACHED)
270 __ioremap_mode((offset), (size), _page_cachable_default)
291 __ioremap_mode((offset), (size), boot_cpu_data.writecombine)
/arch/sh/include/asm/
Dio.h314 __ioremap_mode(phys_addr_t offset, unsigned long size, pgprot_t prot) in __ioremap_mode() function
330 #define __ioremap_mode(offset, size, prot) ((void __iomem *)(offset)) macro
336 return __ioremap_mode(offset, size, PAGE_KERNEL_NOCACHE); in ioremap()
342 return __ioremap_mode(offset, size, PAGE_KERNEL); in ioremap_cache()
350 return __ioremap_mode(offset, size, __pgprot(flags)); in ioremap_prot()