Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/aty/
Datyfb_base.c798 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
874 v_sync_strt = v_disp + var->lower_margin; in aty_var_to_crtc()
875 v_sync_end = v_sync_strt + var->vsync_len; in aty_var_to_crtc()
952 v_sync_strt = v_disp + par->lcd_lower_margin / VScan; in aty_var_to_crtc()
953 v_sync_end = v_sync_strt + par->lcd_vsync_len / VScan; in aty_var_to_crtc()
973 v_sync_strt <<= 1; in aty_var_to_crtc()
985 v_sync_strt--; in aty_var_to_crtc()
988 v_sync_wid = v_sync_end - v_sync_strt; in aty_var_to_crtc()
991 FAIL_MAX("v_sync_stsrt too large", v_sync_strt, 0x7ff); in aty_var_to_crtc()
1015 crtc->v_sync_strt_wid = v_sync_strt | (v_sync_wid << 16) | in aty_var_to_crtc()
[all …]
Daty128fb.c1060 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1144 v_sync_strt = v_disp + lower; in aty128_var_to_crtc()
1158 crtc->v_sync_strt_wid = v_sync_strt | (v_sync_wid << 16) | in aty128_var_to_crtc()
1249 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1261 v_sync_strt = crtc->v_sync_strt_wid & 0x7ff; in aty128_crtc_to_var()
1273 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var()
1274 lower = v_sync_strt - v_disp; in aty128_crtc_to_var()