Lines Matching refs:v_sync_wid
1037 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1115 v_sync_wid = vslen; in aty128_var_to_crtc()
1116 if (v_sync_wid == 0) in aty128_var_to_crtc()
1117 v_sync_wid = 1; in aty128_var_to_crtc()
1118 else if (v_sync_wid > 0x1f) /* 0x1f = max vwidth */ in aty128_var_to_crtc()
1119 v_sync_wid = 0x1f; in aty128_var_to_crtc()
1135 crtc->v_sync_strt_wid = v_sync_strt | (v_sync_wid << 16) | in aty128_var_to_crtc()
1226 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1239 v_sync_wid = (crtc->v_sync_strt_wid >> 16) & 0x1f; in aty128_crtc_to_var()
1250 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var()
1252 vslen = v_sync_wid; in aty128_crtc_to_var()