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

/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c74 unsigned int xmargin; member in struct:video_adapter_softc
288 + (sc->depth/8) * (col + sc->xmargin);
344 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
441 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
692 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c105 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-13-stable/sys/arm/versatile/
H A Dversatile_clcd.c148 unsigned int xmargin; member in struct:video_adapter_softc
536 + (sc->depth/8) * (col + sc->xmargin);
581 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
639 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
873 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c111 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 180 milliseconds