Searched refs:ENCODE_BIT (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/video/fbdev/ |
| H A D | cyber2000fb.c | 599 ENCODE_BIT(Vdispend, 8, 0x01, 1) | in cyber2000fb_decode_crtc() 600 ENCODE_BIT(Vsyncstart, 8, 0x01, 2) | in cyber2000fb_decode_crtc() 602 ENCODE_BIT(1, 0, 0x01, 4) | in cyber2000fb_decode_crtc() 603 ENCODE_BIT(Vtotal, 9, 0x01, 5) | in cyber2000fb_decode_crtc() 604 ENCODE_BIT(Vdispend, 9, 0x01, 6) | in cyber2000fb_decode_crtc() 605 ENCODE_BIT(Vsyncstart, 9, 0x01, 7); in cyber2000fb_decode_crtc() 608 ENCODE_BIT(1, 0, 0x01, 6); in cyber2000fb_decode_crtc() 623 ENCODE_BIT(Vtotal, 10, 0x01, 0) | in cyber2000fb_decode_crtc() 624 ENCODE_BIT(Vdispend, 10, 0x01, 1) | in cyber2000fb_decode_crtc() 625 ENCODE_BIT(Vsyncstart, 10, 0x01, 2) | in cyber2000fb_decode_crtc() [all …]
|