Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
692 + (sc->depth/8) * (col + sc->xmargin); in am335x_syscons_putc()
/f-stack/freebsd/arm/versatile/
H A Dversatile_clcd.c148 unsigned int xmargin; member
536 + (sc->depth/8) * (col + sc->xmargin); in clcdr_draw_cursor()
581 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in versatilefb_update_margins()
639 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in versatilefb_init()
873 + (sc->depth/8) * (col + sc->xmargin); in versatilefb_putc()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c105 unsigned int xmargin; member
373 + (sc->depth/8) * (col + sc->xmargin); in bcmrend_draw_cursor()
428 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_update_margins()
532 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_init()
781 + (sc->depth/8) * (col + sc->xmargin); in bcmfb_putc()
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3.c111 unsigned int xmargin; member
570 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in ipu3fb_init()
831 + bpp * (col + sc->xmargin); in ipu3fb_putc()