Lines Matching refs:v_total
422 u32 v_total, v_sync_strt_wid; member
1034 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total); in aty128_set_crtc()
1051 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_var_to_crtc() local
1113 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc()
1116 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) { in aty128_var_to_crtc()
1145 crtc->v_total = v_total | (v_disp << 16); in aty128_var_to_crtc()
1240 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync; in aty128_crtc_to_var() local
1250 v_total = crtc->v_total & 0x7ff; in aty128_crtc_to_var()
1251 v_disp = (crtc->v_total >> 16) & 0x7ff; in aty128_crtc_to_var()
1264 upper = v_total - v_sync_strt - v_sync_wid; in aty128_crtc_to_var()
1552 ((par->crtc.v_total>>16) & 0x7ff)+1, in aty128fb_set_par()
1638 yres = ((par->crtc.v_total >> 16) & 0x7ff) + 1; in aty128fb_pan_display()