Searched refs:iounmap_fixed (Results 1 – 3 of 3) sorted by relevance
6 int iounmap_fixed(void __iomem *);18 static inline int iounmap_fixed(void __iomem *addr) in iounmap_fixed() function
100 int iounmap_fixed(void __iomem *addr) in iounmap_fixed() function
175 if (iounmap_fixed(addr) == 0) in iounmap()