Searched refs:xmargin (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c73 unsigned int xmargin; member in struct:video_adapter_softc
287 + (sc->depth/8) * (col + sc->xmargin);
343 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
440 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
692 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c149 unsigned int xmargin; member in struct:video_adapter_softc
537 + (sc->depth/8) * (col + sc->xmargin);
583 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
641 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
875 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c104 unsigned int xmargin; member in struct:bcmsc_softc
373 + (sc->depth/8) * (col + sc->xmargin);
428 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
532 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
781 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c109 unsigned int xmargin; member in struct:video_adapter_softc
570 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
831 + bpp * (col + sc->xmargin);

Completed in 65 milliseconds