• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/

Lines Matching refs:sbus_writel

291 	sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy);
329 sbus_writel(rect->color, &fbc->fg);
330 sbus_writel(~(u32)0, &fbc->pixelm);
331 sbus_writel(0xea80ff00, &fbc->alu);
332 sbus_writel(0, &fbc->s);
333 sbus_writel(0, &fbc->clip);
334 sbus_writel(~(u32)0, &fbc->pm);
335 sbus_writel(rect->dy, &fbc->arecty);
336 sbus_writel(rect->dx, &fbc->arectx);
337 sbus_writel(rect->dy + rect->height, &fbc->arecty);
338 sbus_writel(rect->dx + rect->width, &fbc->arectx);
366 sbus_writel(0xff, &fbc->fg);
367 sbus_writel(0x00, &fbc->bg);
368 sbus_writel(~0, &fbc->pixelm);
369 sbus_writel(0xe880cccc, &fbc->alu);
370 sbus_writel(0, &fbc->s);
371 sbus_writel(0, &fbc->clip);
373 sbus_writel(area->sy, &fbc->y0);
374 sbus_writel(area->sx, &fbc->x0);
375 sbus_writel(area->sy + area->height - 1, &fbc->y1);
376 sbus_writel(area->sx + area->width - 1, &fbc->x1);
377 sbus_writel(area->dy, &fbc->y2);
378 sbus_writel(area->dx, &fbc->x2);
379 sbus_writel(area->dy + area->height - 1, &fbc->y3);
380 sbus_writel(area->dx + area->width - 1, &fbc->x3);
411 sbus_writel(image->fg_color, &fbc->fg);
412 sbus_writel(image->bg_color, &fbc->bg);
413 sbus_writel(0x140000, &fbc->mode);
414 sbus_writel(0xe880fc30, &fbc->alu);
415 sbus_writel(~(u32)0, &fbc->pixelm);
416 sbus_writel(0, &fbc->s);
417 sbus_writel(0, &fbc->clip);
418 sbus_writel(0xff, &fbc->pm);
419 sbus_writel(32, &fbc->incx);
420 sbus_writel(0, &fbc->incy);
430 sbus_writel(y, &fbc->y0);
431 sbus_writel(x, &fbc->x0);
432 sbus_writel(x + 32 - 1, &fbc->x1);
438 sbus_writel(val, &fbc->font);
447 sbus_writel(y, &fbc->y0);
448 sbus_writel(x, &fbc->x0);
449 sbus_writel(x + width - 1, &fbc->x1);
463 sbus_writel(val, &fbc->font);
500 sbus_writel((u32)regno << 24, &bt->addr);
501 sbus_writel((u32)red << 24, &bt->color_map);
502 sbus_writel((u32)green << 24, &bt->color_map);
503 sbus_writel((u32)blue << 24, &bt->color_map);
541 sbus_writel(val, &thc->thc_misc);
656 sbus_writel(0x04 << 24, &bt->addr); /* color planes */
657 sbus_writel(0xff << 24, &bt->control);
658 sbus_writel(0x05 << 24, &bt->addr);
659 sbus_writel(0x00 << 24, &bt->control);
660 sbus_writel(0x06 << 24, &bt->addr); /* overlay plane */
661 sbus_writel(0x73 << 24, &bt->control);
662 sbus_writel(0x07 << 24, &bt->addr);
663 sbus_writel(0x00 << 24, &bt->control);
676 sbus_writel(CG6_THC_CURSOFF, &thc->thc_cursxy);
679 sbus_writel(0, &tec->tec_matrix);
680 sbus_writel(0, &tec->tec_clip);
681 sbus_writel(0, &tec->tec_vdc);
692 sbus_writel(conf, par->fhc);
710 sbus_writel(mode, &fbc->mode);
712 sbus_writel(0, &fbc->clip);
713 sbus_writel(0, &fbc->offx);
714 sbus_writel(0, &fbc->offy);
715 sbus_writel(0, &fbc->clipminx);
716 sbus_writel(0, &fbc->clipminy);
717 sbus_writel(info->var.xres - 1, &fbc->clipmaxx);
718 sbus_writel(info->var.yres - 1, &fbc->clipmaxy);