Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dvideo.h16 * in <asm-generic/video.h> don't generate fb_readq() and
23 static inline u64 fb_readq(const volatile void __iomem *addr) in fb_readq() function
27 #define fb_readq fb_readq macro
/linux/include/asm-generic/
H A Dvideo.h68 #ifndef fb_readq
70 static inline u64 fb_readq(const volatile void __iomem *addr) in fb_readq() function
74 #define fb_readq fb_readq macro
/linux/drivers/video/fbdev/core/
H A Dcfbmem.h41 return fb_readq(src->address + offset * (BITS_PER_LONG / BITS_PER_BYTE)); in fb_read_offset()