Lines Matching refs:v_total
379 u32 v_total, v_sync_strt_wid; member
990 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total); in aty128_set_crtc()
1007 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1069 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc()
1072 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) { in aty128_var_to_crtc()
1101 crtc->v_total = v_total | (v_disp << 16); in aty128_var_to_crtc()
1196 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1206 v_total = crtc->v_total & 0x7ff; in aty128_crtc_to_var()
1207 v_disp = (crtc->v_total >> 16) & 0x7ff; in aty128_crtc_to_var()
1220 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var()
1503 ((par->crtc.v_total>>16) & 0x7ff)+1, in aty128fb_set_par()
1586 yres = ((par->crtc.v_total >> 16) & 0x7ff) + 1; in aty128fb_pan_display()