Searched refs:iounmap_fixed (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/sh/mm/
H A Dioremap_fixed.c99 int iounmap_fixed(void __iomem *addr) iounmap_fixed() function
H A Dioremap.c120 if (iounmap_fixed(addr) == 0) __iounmap()
/linux-4.1.27/arch/sh/include/asm/
H A Dio.h356 extern int iounmap_fixed(void __iomem *);
367 static inline int iounmap_fixed(void __iomem *addr) { return -EINVAL; } function

Completed in 86 milliseconds