Lines Matching refs:h_total
414 u32 h_total, h_sync_strt_wid;
1018 aty_st_le32(CRTC_H_TOTAL_DISP, crtc->h_total);
1036 u32 h_total, h_disp, h_sync_strt, h_sync_wid, h_sync_pol;
1096 h_total = (((xres + right + hslen + left) >> 3) - 1) & 0xFFFFL;
1101 /* check to make sure h_total and v_total are in range */
1102 if (((h_total >> 3) - 1) > 0x1ff || (v_total - 1) > 0x7FF) {
1130 crtc->h_total = h_total | (h_disp << 16);
1225 u32 h_total, h_disp, h_sync_strt, h_sync_dly, h_sync_wid, h_sync_pol;
1230 h_total = crtc->h_total & 0x1ff;
1231 h_disp = (crtc->h_total >> 16) & 0xff;
1247 left = ((h_total - h_sync_strt - h_sync_wid) << 3) - h_sync_dly;
1539 (((par->crtc.h_total>>16) & 0xff)+1)*8,
1625 xres = (((par->crtc.h_total >> 16) & 0xff) + 1) << 3;