Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c74 unsigned int xmargin; member
288 + (sc->depth/8) * (col + sc->xmargin); in am335x_rend_draw_cursor()
344 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_update_margins()
441 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_init()
693 + (sc->depth/8) * (col + sc->xmargin); in am335x_syscons_putc()
/freebsd-12.1/sys/arm/versatile/
H A Dversatile_clcd.c148 unsigned int xmargin; member
536 + (sc->depth/8) * (col + sc->xmargin); in clcdr_draw_cursor()
582 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in versatilefb_update_margins()
640 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in versatilefb_init()
874 + (sc->depth/8) * (col + sc->xmargin); in versatilefb_putc()
/freebsd-12.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c105 unsigned int xmargin; member
374 + (sc->depth/8) * (col + sc->xmargin); in bcmrend_draw_cursor()
429 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_update_margins()
533 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_init()
782 + (sc->depth/8) * (col + sc->xmargin); in bcmfb_putc()
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c111 unsigned int xmargin; member
572 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in ipu3fb_init()
833 + bpp * (col + sc->xmargin); in ipu3fb_putc()