Searched refs:ioremap_uc (Results 1 – 3 of 3) sorted by relevance
384 void __iomem *ioremap_uc(resource_size_t phys_addr, unsigned long size) in ioremap_uc() function391 EXPORT_SYMBOL_GPL(ioremap_uc);
45 | ioremap_uc | -- | UC | UC |130 write-combining is desirable should consider use of ioremap_uc() followed by
45 addr = ioremap_uc(offset, size); in __devm_ioremap()