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

/freebsd-12-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;
693 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c105 unsigned int xmargin; member in struct:bcmsc_softc
374 + (sc->depth/8) * (col + sc->xmargin);
429 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
533 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
782 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-12-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);
582 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
640 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
874 + (sc->depth/8) * (col + sc->xmargin);
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c111 unsigned int xmargin; member in struct:video_adapter_softc
572 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2;
833 + bpp * (col + sc->xmargin);

Completed in 181 milliseconds