Searched refs:__readb (Results 1 – 5 of 5) sorted by relevance
28 u8 __readb(const volatile void __iomem *addr);54 #define readb(b) __readb(b)
61 build_mmio_read(__readb, "b", unsigned char, "=q", )76 #define readb_relaxed(a) __readb(a)79 #define __raw_readb __readb
67 u8 __readb(const volatile void __iomem *addr) in __readb() function102 EXPORT_SYMBOL(__readb);
371 #define __readb platform_readb macro380 #define readb(a) __readb((a))
70 can be compiler optimised, you can use __readb() and friends to