Lines Matching refs:v_sync_strt
801 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
877 v_sync_strt = v_disp + var->lower_margin; in aty_var_to_crtc()
878 v_sync_end = v_sync_strt + var->vsync_len; in aty_var_to_crtc()
955 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; in aty_var_to_crtc()
956 v_sync_end = v_sync_strt + par->lcd_vsync_len / VScan; in aty_var_to_crtc()
976 v_sync_strt <<= 1; in aty_var_to_crtc()
988 v_sync_strt--; in aty_var_to_crtc()
991 v_sync_wid = v_sync_end - v_sync_strt; in aty_var_to_crtc()
994 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc()
1018 crtc->v_sync_strt_wid = v_sync_strt | (v_sync_wid << 16) | in aty_var_to_crtc()
1156 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty_crtc_to_var() local
1169 v_sync_strt = crtc->v_sync_strt_wid & 0x7ff; in aty_crtc_to_var()
1183 upper = v_total - v_sync_strt - v_sync_wid; in aty_crtc_to_var()
1184 lower = v_sync_strt - v_disp; in aty_crtc_to_var()
1362 u32 v_disp, v_sync_strt, v_sync_end, v_total; in atyfb_set_par() local
1369 v_sync_strt = v_disp + debug.lower_margin; in atyfb_set_par()
1370 v_sync_end = v_sync_strt + debug.vsync_len; in atyfb_set_par()
1394 v_disp, v_sync_strt, v_sync_end, v_total); in atyfb_set_par()