Searched refs:__typesafe_io (Results 1 – 3 of 3) sorted by relevance
43 #define __io(a) __typesafe_io(a)
156 static inline void __iomem *__typesafe_io(unsigned long addr) in __typesafe_io() function202 #define __io(a) __typesafe_io(PCI_IO_VIRT_BASE + ((a) & IO_SPACE_LIMIT))204 #define __io(a) __typesafe_io((a) & IO_SPACE_LIMIT)
233 #define __io(v) __typesafe_io(v)
Completed in 6 milliseconds