Lines Matching refs:v_total
421 u32 v_total, v_sync_strt_wid; member
1033 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total); in aty128_set_crtc()
1050 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1112 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc()
1115 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) { in aty128_var_to_crtc()
1144 crtc->v_total = v_total | (v_disp << 16); in aty128_var_to_crtc()
1239 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1249 v_total = crtc->v_total & 0x7ff; in aty128_crtc_to_var()
1250 v_disp = (crtc->v_total >> 16) & 0x7ff; in aty128_crtc_to_var()
1263 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var()
1551 ((par->crtc.v_total>>16) & 0x7ff)+1, in aty128fb_set_par()
1637 yres = ((par->crtc.v_total >> 16) & 0x7ff) + 1; in aty128fb_pan_display()