Searched refs:ioremap_uc (Results 1 – 13 of 13) sorted by relevance
184 extern void __iomem *ioremap_uc(resource_size_t offset, unsigned long size);185 #define ioremap_uc ioremap_uc macro
73 #define ioremap_uc ioremap_nocache macro
267 void __iomem *ioremap_uc(resource_size_t phys_addr, unsigned long size) in ioremap_uc() function274 EXPORT_SYMBOL_GPL(ioremap_uc);
142 #define ioremap_uc ioremap_nocache macro
286 #define ioremap_uc ioremap_nocache macro
437 #define ioremap_uc ioremap_nocache macro
292 #define ioremap_uc ioremap_nocache macro
58 #define ioremap_uc(physaddr, size) ioremap(physaddr, size) macro
373 #define ioremap_uc ioremap macro
249 #define ioremap_uc ioremap_nocache macro
304 #define ioremap_uc ioremap_nocache macro
472 #define ioremap_uc ioremap_nocache macro
755 #define ioremap_uc(addr, size) ioremap((addr), (size)) macro