Searched defs:ioremap_np (Results 1 – 4 of 4) sorted by relevance
106 #define ioremap_np ioremap_np macro107 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) in ioremap_np() function
1010 #define ioremap_np ioremap_np macro1011 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) in ioremap_np() function
172 #define ioremap_np(addr, size) __ioremap((addr), (size), __pgprot(PROT_DEVICE_nGnRnE)) macro
412 static inline void __iomem *ioremap_np(unsigned long offset, unsigned long size) in ioremap_np() function