Lines Matching defs:width
166 cyber2000fb_writew(rect->width - 1, CO_REG_PIXWIDTH, cfb);
199 cyber2000fb_writew(region->width - 1, CO_REG_PIXWIDTH, cfb);
206 src += region->width - 1;
207 dst += region->width - 1;
423 u_int width;
530 cyber2000fb_writew(hw->width, CO_REG_SRC_WIDTH, cfb);
531 cyber2000fb_writew(hw->width, CO_REG_DEST_WIDTH, cfb);
864 hw.width = var->xres_virtual;
870 hw.pitch = hw.width >> 3;
876 hw.pitch = hw.width >> 2;
895 hw.width *= 3;
896 hw.pitch = hw.width >> 3;
903 hw.pitch = hw.width >> 1;
926 hw.width -= 1;
1458 cfb->fb.var.width = -1;
1532 * Get the video RAM size and width from the VGA register.