Home
last modified time | relevance | path

Searched defs:fb_readw (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/asm-generic/
H A Dfb.h52 static inline u16 fb_readw(const volatile void __iomem *addr) in fb_readw() function
56 #define fb_readw fb_readw macro
/openbmc/u-boot/include/linux/
H A Dfb.h531 #define fb_readw sbus_readw macro
543 #define fb_readw __raw_readw macro
555 #define fb_readw(addr) (*(volatile u16 *) (addr)) macro