Lines Matching defs:width
339 sbus_writel(rect->dx + rect->width, &fbc->arectx);
377 sbus_writel(area->sx + area->width - 1, &fbc->x1);
381 sbus_writel(area->dx + area->width - 1, &fbc->x3);
401 int i, width;
426 width = image->width;
428 while (width >= 32) {
443 width -= 32;
445 if (width) {
450 sbus_writel(x + width - 1, &fbc->x1);
451 if (width <= 8) {
454 } else if (width <= 16) {