Searched refs:Hblankend (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | cyber2000fb.c | 562 u_int Htotal, Hblankend, Hsyncend; in cyber2000fb_decode_crtc() local 582 Hblankend = (Htotal - 4 * 8) >> 3; in cyber2000fb_decode_crtc() 584 hw->crtc[3] = ENCODE_BIT(Hblankend, 0, 0x1f, 0) | in cyber2000fb_decode_crtc() 590 ENCODE_BIT(Hblankend, 5, 0x01, 7); in cyber2000fb_decode_crtc()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | cyber2000fb.c | 562 u_int Htotal, Hblankend, Hsyncend; in cyber2000fb_decode_crtc() local 582 Hblankend = (Htotal - 4 * 8) >> 3; in cyber2000fb_decode_crtc() 584 hw->crtc[3] = ENCODE_BIT(Hblankend, 0, 0x1f, 0) | in cyber2000fb_decode_crtc() 590 ENCODE_BIT(Hblankend, 5, 0x01, 7); in cyber2000fb_decode_crtc()
|
Completed in 5 milliseconds