Searched refs:ioremap_uc (Results 1 – 7 of 7) sorted by relevance
174 extern void __iomem *ioremap_uc(resource_size_t offset, unsigned long size);175 #define ioremap_uc ioremap_uc macro
1083 #ifndef ioremap_uc1084 #define ioremap_uc ioremap_uc macro1085 static inline void __iomem *ioremap_uc(phys_addr_t offset, size_t size) in ioremap_uc() function
385 void __iomem *ioremap_uc(resource_size_t phys_addr, unsigned long size) in ioremap_uc() function392 EXPORT_SYMBOL_GPL(ioremap_uc);
45 addr = ioremap_uc(offset, size); in __devm_ioremap()
45 | ioremap_uc | -- | UC | UC |130 write-combining is desirable should consider use of ioremap_uc() followed by
408 ioremap_uc()411 ioremap_uc() is only meaningful on old x86-32 systems with the PAT extension,413 elss ioremap_uc() defaults to return NULL.416 Portable drivers should avoid the use of ioremap_uc(), use ioremap() instead.446 | ioremap_uc() | (not implemented) |
3451 par->ati_regbase = ioremap_uc(info->fix.mmio_start, 0x1000); in atyfb_setup_generic()
Completed in 25 milliseconds