Home
last modified time | relevance | path

Searched refs:ioremap_np (Results 1 – 3 of 3) sorted by relevance

/include/asm-generic/
Diomap.h106 #define ioremap_np ioremap_np macro
107 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) in ioremap_np() function
Dio.h1082 #ifndef ioremap_np
1083 #define ioremap_np ioremap_np macro
1084 static inline void __iomem *ioremap_np(phys_addr_t offset, size_t size) in ioremap_np() function
/include/linux/
Dio.h91 return ioremap_np(offset, size) ?: ioremap(offset, size); in pci_remap_cfgspace()