Home
last modified time | relevance | path

Searched refs:v_sync_strt (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/aty/
Datyfb_base.c822 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
898 v_sync_strt = v_disp + var->lower_margin; in aty_var_to_crtc()
899 v_sync_end = v_sync_strt + var->vsync_len; in aty_var_to_crtc()
976 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; in aty_var_to_crtc()
977 v_sync_end = v_sync_strt + par->lcd_vsync_len / VScan; in aty_var_to_crtc()
997 v_sync_strt <<= 1; in aty_var_to_crtc()
1003 v_sync_strt--; in aty_var_to_crtc()
1006 v_sync_wid = v_sync_end - v_sync_strt; in aty_var_to_crtc()
1009 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc()
1033 crtc->v_sync_strt_wid = v_sync_strt | (v_sync_wid << 16) | in aty_var_to_crtc()
[all …]
Daty128fb.c1039 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1123 v_sync_strt = v_disp + lower; in aty128_var_to_crtc()
1137 crtc->v_sync_strt_wid = v_sync_strt | (v_sync_wid << 16) | in aty128_var_to_crtc()
1228 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1240 v_sync_strt = crtc->v_sync_strt_wid & 0x7ff; in aty128_crtc_to_var()
1252 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var()
1253 lower = v_sync_strt - v_disp; in aty128_crtc_to_var()