Lines Matching refs:v_sync_strt
807 u32 v_total, v_disp, v_sync_strt, v_sync_end, v_sync_wid, v_sync_pol, c_sync; in aty_var_to_crtc() local
883 v_sync_strt = v_disp + var->lower_margin; in aty_var_to_crtc()
884 v_sync_end = v_sync_strt + var->vsync_len; in aty_var_to_crtc()
961 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; in aty_var_to_crtc()
962 v_sync_end = v_sync_strt + par->lcd_vsync_len / VScan; in aty_var_to_crtc()
982 v_sync_strt <<= 1; in aty_var_to_crtc()
994 v_sync_strt--; in aty_var_to_crtc()
997 v_sync_wid = v_sync_end - v_sync_strt; in aty_var_to_crtc()
1000 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc()
1024 crtc->v_sync_strt_wid = v_sync_strt | (v_sync_wid << 16) | in aty_var_to_crtc()
1162 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
1175 v_sync_strt = crtc->v_sync_strt_wid & 0x7ff; in aty_crtc_to_var()
1189 upper = v_total - v_sync_strt - v_sync_wid; in aty_crtc_to_var()
1190 lower = v_sync_strt - v_disp; in aty_crtc_to_var()
1368 u32 v_disp, v_sync_strt, v_sync_end, v_total; in atyfb_set_par() local
1375 v_sync_strt = v_disp + debug.lower_margin; in atyfb_set_par()
1376 v_sync_end = v_sync_strt + debug.vsync_len; in atyfb_set_par()
1400 v_disp, v_sync_strt, v_sync_end, v_total); in atyfb_set_par()