Searched refs:ENCODE_BIT (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/video/fbdev/ |
| A D | cyber2000fb.c | 606 ENCODE_BIT(Vdispend, 8, 0x01, 1) | in cyber2000fb_decode_crtc() 607 ENCODE_BIT(Vsyncstart, 8, 0x01, 2) | in cyber2000fb_decode_crtc() 609 ENCODE_BIT(1, 0, 0x01, 4) | in cyber2000fb_decode_crtc() 610 ENCODE_BIT(Vtotal, 9, 0x01, 5) | in cyber2000fb_decode_crtc() 611 ENCODE_BIT(Vdispend, 9, 0x01, 6) | in cyber2000fb_decode_crtc() 612 ENCODE_BIT(Vsyncstart, 9, 0x01, 7); in cyber2000fb_decode_crtc() 615 ENCODE_BIT(1, 0, 0x01, 6); in cyber2000fb_decode_crtc() 630 ENCODE_BIT(Vtotal, 10, 0x01, 0) | in cyber2000fb_decode_crtc() 631 ENCODE_BIT(Vdispend, 10, 0x01, 1) | in cyber2000fb_decode_crtc() 632 ENCODE_BIT(Vsyncstart, 10, 0x01, 2) | in cyber2000fb_decode_crtc() [all …]
|
Completed in 6 milliseconds