Lines Matching defs:xres
67 .xres = 640,
333 u32 xres, right, hslen, left, xtotal;
371 xres = (var->xres + 7) & ~7;
378 if (vxres < xres)
379 vxres = xres;
380 if (xres + xoffset > vxres)
381 xoffset = vxres - xres;
383 var->xres = xres;
390 xres >>= shift;
395 xtotal = xres + right + hslen + left;
403 par->crtc[VGA_CRTC_H_BLANK_START] = xres - 1;
404 par->crtc[VGA_CRTC_H_DISP] = xres - 1;
405 pos = xres + right;