Searched defs:ioremap_cache (Results 1 – 6 of 6) sorted by relevance
51 static inline void __iomem *ioremap_cache(unsigned long offset, in ioremap_cache() function
96 void __iomem *ioremap_cache(phys_addr_t phys_addr, size_t size) in ioremap_cache() function
269 void __iomem *ioremap_cache(resource_size_t phys_addr, unsigned long size) in ioremap_cache() function
341 ioremap_cache(phys_addr_t offset, unsigned long size) in ioremap_cache() function
337 #define ioremap_cache(cookie,size) __arm_ioremap((cookie), (size), MT_DEVICE_CACHED) macro
434 static inline void __iomem * ioremap_cache (unsigned long phys_addr, unsigned long size) in ioremap_cache() function