Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/mm/
Dioremap.c120 if (iounmap_fixed(addr) == 0) in __iounmap()
Dioremap_fixed.c99 int iounmap_fixed(void __iomem *addr) in iounmap_fixed() function
/linux-4.4.14/arch/sh/include/asm/
Dio.h357 extern int iounmap_fixed(void __iomem *);
368 static inline int iounmap_fixed(void __iomem *addr) { return -EINVAL; } in iounmap_fixed() function