Lines Matching defs:width
216 const u32 width = (info->var.xres_virtual + 7) & ~7;
272 PM3FBDestReadBufferWidth_Width(width));
280 PM3FBSourceReadBufferWidth_Width(width));
326 PM3FBWriteBufferWidth_Width(width));
402 if (!modded.width || !modded.height ||
406 if (modded.dx + modded.width > vxres)
407 modded.width = vxres - modded.dx;
435 PM3Render2D_Width(modded.width) |
459 if (!modded.width || !modded.height ||
464 if (modded.sx + modded.width > vxres)
465 modded.width = vxres - modded.sx;
466 if (modded.dx + modded.width > vxres)
467 modded.width = vxres - modded.dx;
491 ((modded.dx + modded.width) & 0x0fff));
507 PM3Render2D_Width(modded.width + x_align) |
566 ((image->dx + image->width) & 0x0fff));
575 PM3Render2D_Width(image->width) |
580 int width = ((image->width + 7) >> 3)
582 width >>= 2;
584 while (width >= PM3_FIFO_SIZE) {
592 width -= PM3_FIFO_SIZE - 1;
595 PM3_WAIT(par, width + 1);
596 while (width--) {
621 if (cursor->image.width > 64 ||
685 int j = (cursor->image.width + 7) >> 3;
730 const u32 width = (info->var.xres_virtual + 7) & ~7;
750 pm3fb_shift_bpp(bpp, width));
957 var->width = -1;
985 DPRINTK("width not supported: %u\n", var->xres);
1085 * {hardwarespecific} contains width of DAC
1094 * var->{color}.length contains width of DAC or the number
1105 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF - (val)) >> 16)