Searched refs:htot (Results 1 – 3 of 3) sorted by relevance
374 unsigned int prefetch_pix, htot; in gxt4500_set_par() local420 htot = var->xres + var->left_margin + var->right_margin + in gxt4500_set_par()422 writereg(par, DTG_HORIZ_EXTENT, htot - 1); in gxt4500_set_par()437 if (prefetch_pix >= htot) in gxt4500_set_par()438 prefetch_pix = htot - 1; in gxt4500_set_par()439 writereg(par, DTG_VERT_SHORT, htot - prefetch_pix - 1); in gxt4500_set_par()
1274 int htot; in psb_intel_crtc_mode_get() local1282 htot = REG_READ((pipe == 0) ? HTOTAL_A : HTOTAL_B); in psb_intel_crtc_mode_get()1288 htot = (pipe == 0) ? in psb_intel_crtc_mode_get()1303 mode->hdisplay = (htot & 0xffff) + 1; in psb_intel_crtc_mode_get()1304 mode->htotal = ((htot & 0xffff0000) >> 16) + 1; in psb_intel_crtc_mode_get()
5692 int htot = I915_READ(HTOTAL(pipe)); in intel_crtc_mode_get() local5702 mode->hdisplay = (htot & 0xffff) + 1; in intel_crtc_mode_get()5703 mode->htotal = ((htot & 0xffff0000) >> 16) + 1; in intel_crtc_mode_get()