Searched refs:vsyncstr (Results 1 – 1 of 1) sorted by relevance
194 unsigned int vdispend, vsyncstr, vsyncend, vtotal, vblkstr, vblkend; in mgag200_set_mode_regs() local209 vsyncstr = mode->crtc_vsync_start - 1; in mgag200_set_mode_regs()240 ((vsyncstr & 0xc00) >> 5) | in mgag200_set_mode_regs()253 ((vsyncstr & 0x100) >> 6) | in mgag200_set_mode_regs()258 ((vsyncstr & 0x200) >> 2)); in mgag200_set_mode_regs()261 WREG_CRT(0x10, vsyncstr & 0xff); in mgag200_set_mode_regs()
Completed in 7 milliseconds