Home
last modified time | relevance | path

Searched refs:fb_readq (Results 1 – 5 of 5) 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.h67 #ifndef fb_readq
69 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
/openbmc/linux/drivers/video/fbdev/core/
H A Dcfbfillrect.c27 # define FB_READL fb_readq
H A Dcfbcopyarea.c38 # define FB_READL fb_readq