Home
last modified time | relevance | path

Searched defs:ENCODE_BIT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dcyber2000fb.c564 #define ENCODE_BIT(v, b1, m, b2) ((((v) >> (b1)) & (m)) << (b2)) in cyber2000fb_decode_crtc() macro
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dcyber2000fb.c564 #define ENCODE_BIT(v, b1, m, b2) ((((v) >> (b1)) & (m)) << (b2)) in cyber2000fb_decode_crtc() macro
[all...]

Completed in 4 milliseconds