Lines Matching defs:width
129 .width = -1,
200 u16 width;
225 for (i = 0; pp_table[i].width && pp_table[i].width != xres; i++)
227 if (pp_table[i].width == 0)
228 DPRINTK("invalid width %u\n", xres);
606 DPRINTK("width not supported: %u\n", var->xres);
673 var->width = -1;
693 u32 width = (info->var.xres_virtual + 7) & ~7;
735 stride = to3264(width, depth, 1);
831 pm2_WR(par, PM2R_SCREEN_SIZE, (height << 16) | width);
893 * {hardwarespecific} contains width of DAC
899 * uses offset = 0 && length = DAC register width.
901 * var->{color}.length contains width of DAC
913 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF -(val)) >> 16)
1074 if (!modded.width || !modded.height ||
1078 if (modded.dx + modded.width > vxres)
1079 modded.width = vxres - modded.dx;
1091 pm2_WR(par, PM2R_RECTANGLE_SIZE, (modded.height << 16) | modded.width);
1129 if (!modded.width || !modded.height ||
1134 if (modded.sx + modded.width > vxres)
1135 modded.width = vxres - modded.sx;
1136 if (modded.dx + modded.width > vxres)
1137 modded.width = vxres - modded.dx;
1150 pm2_WR(par, PM2R_RECTANGLE_SIZE, (modded.height << 16) | modded.width);
1202 ((image->dx + image->width) & 0x0fff));
1210 ((image->width) & 0x0fff));
1243 int width = ((image->width + 7) >> 3)
1245 width >>= 2;
1246 WAIT_FIFO(par, width);
1247 while (width--) {
1330 int j = (cursor->image.width + 7) >> 3;
1376 if (cursor->image.width > 64 ||
1439 int j = (cursor->image.width + 7) >> 3;
1465 int j = (cursor->image.width + 7) >> 3;