Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/include/asm/
H A Dvideo.h23 static inline u64 fb_readq(const volatile void __iomem *addr) in fb_readq() function
27 #define fb_readq fb_readq macro
/linux-6.15/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-6.15/drivers/video/fbdev/core/
H A Dcfbmem.h41 return fb_readq(src->address + offset * (BITS_PER_LONG / BITS_PER_BYTE)); in fb_read_offset()