Home
last modified time | relevance | path

Searched defs:fb_readq (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Dfb.h24 static inline u64 fb_readq(const volatile void __iomem *addr) in fb_readq() function
28 #define fb_readq fb_readq macro
/openbmc/linux/include/asm-generic/
H A Dfb.h69 static inline u64 fb_readq(const volatile void __iomem *addr) in fb_readq() function
73 #define fb_readq fb_readq macro
/openbmc/u-boot/include/linux/
H A Dfb.h533 #define fb_readq sbus_readq macro
545 #define fb_readq __raw_readq macro
557 #define fb_readq(addr) (*(volatile u64 *) (addr)) macro