Lines Matching defs:width
340 sbus_writel(rect->dx + rect->width, &fbc->arectx);
378 sbus_writel(area->sx + area->width - 1, &fbc->x1);
382 sbus_writel(area->dx + area->width - 1, &fbc->x3);
402 int i, width;
427 width = image->width;
429 while (width >= 32) {
444 width -= 32;
446 if (width) {
451 sbus_writel(x + width - 1, &fbc->x1);
452 if (width <= 8) {
455 } else if (width <= 16) {