Lines Matching refs:v_total
415 u32 v_total, v_sync_strt_wid;
1022 aty_st_le32(CRTC_V_TOTAL_DISP, crtc->v_total);
1039 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync;
1101 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL;
1103 /* check to make sure h_total and v_total are in range */
1104 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) {
1133 crtc->v_total = v_total | (v_disp << 16);
1228 u32 v_total, v_disp, v_sync_strt, v_sync_wid, v_sync_pol, c_sync;
1238 v_total = crtc->v_total & 0x7ff;
1239 v_disp = (crtc->v_total >> 16) & 0x7ff;
1252 upper = v_total - v_sync_strt - v_sync_wid;
1540 ((par->crtc.v_total>>16) & 0x7ff)+1,
1626 yres = ((par->crtc.v_total >> 16) & 0x7ff) + 1;