Lines Matching defs:width
217 const u32 width = (info->var.xres_virtual + 7) & ~7;
273 PM3FBDestReadBufferWidth_Width(width));
281 PM3FBSourceReadBufferWidth_Width(width));
327 PM3FBWriteBufferWidth_Width(width));
403 if (!modded.width || !modded.height ||
407 if (modded.dx + modded.width > vxres)
408 modded.width = vxres - modded.dx;
436 PM3Render2D_Width(modded.width) |
460 if (!modded.width || !modded.height ||
465 if (modded.sx + modded.width > vxres)
466 modded.width = vxres - modded.sx;
467 if (modded.dx + modded.width > vxres)
468 modded.width = vxres - modded.dx;
492 ((modded.dx + modded.width) & 0x0fff));
508 PM3Render2D_Width(modded.width + x_align) |
567 ((image->dx + image->width) & 0x0fff));
576 PM3Render2D_Width(image->width) |
581 int width = ((image->width + 7) >> 3)
583 width >>= 2;
585 while (width >= PM3_FIFO_SIZE) {
593 width -= PM3_FIFO_SIZE - 1;
596 PM3_WAIT(par, width + 1);
597 while (width--) {
622 if (cursor->image.width > 64 ||
686 int j = (cursor->image.width + 7) >> 3;
731 const u32 width = (info->var.xres_virtual + 7) & ~7;
751 pm3fb_shift_bpp(bpp, width));
958 var->width = -1;
986 DPRINTK("width not supported: %u\n", var->xres);
1086 * {hardwarespecific} contains width of DAC
1095 * var->{color}.length contains width of DAC or the number
1106 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF - (val)) >> 16)