Lines Matching defs:width
128 .width = -1,
199 u16 width;
224 for (i = 0; pp_table[i].width && pp_table[i].width != xres; i++)
226 if (pp_table[i].width == 0)
227 DPRINTK("invalid width %u\n", xres);
604 DPRINTK("width not supported: %u\n", var->xres);
671 var->width = -1;
691 u32 width = (info->var.xres_virtual + 7) & ~7;
733 stride = to3264(width, depth, 1);
829 pm2_WR(par, PM2R_SCREEN_SIZE, (height << 16) | width);
891 * {hardwarespecific} contains width of DAC
897 * uses offset = 0 && length = DAC register width.
899 * var->{color}.length contains width of DAC
911 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF -(val)) >> 16)
1072 if (!modded.width || !modded.height ||
1076 if (modded.dx + modded.width > vxres)
1077 modded.width = vxres - modded.dx;
1089 pm2_WR(par, PM2R_RECTANGLE_SIZE, (modded.height << 16) | modded.width);
1127 if (!modded.width || !modded.height ||
1132 if (modded.sx + modded.width > vxres)
1133 modded.width = vxres - modded.sx;
1134 if (modded.dx + modded.width > vxres)
1135 modded.width = vxres - modded.dx;
1148 pm2_WR(par, PM2R_RECTANGLE_SIZE, (modded.height << 16) | modded.width);
1200 ((image->dx + image->width) & 0x0fff));
1208 ((image->width) & 0x0fff));
1241 int width = ((image->width + 7) >> 3)
1243 width >>= 2;
1244 WAIT_FIFO(par, width);
1245 while (width--) {
1328 int j = (cursor->image.width + 7) >> 3;
1374 if (cursor->image.width > 64 ||
1437 int j = (cursor->image.width + 7) >> 3;
1463 int j = (cursor->image.width + 7) >> 3;