Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Da10_hdmi.c70 #define VID_VBP(vbp) (((vbp) - 1) << 16) argument
604 int dblscan, hfp, hspw, hbp, vfp, vspw, vbp; in a10hdmi_set_videomode() local
614 vbp = mode->vtotal - mode->vsync_start; in a10hdmi_set_videomode()
653 VID_VBP(vbp) | VID_HBP(hbp << dblscan)); in a10hdmi_set_videomode()
H A Da10_fb.c135 #define BASIC4_VBP(vbp) (((vbp) - 1) << 0) argument
345 u_int interlace, hspw, hbp, vspw, vbp, vbl, width, height, start_delay; in a10fb_setup_tcon() local
358 vbp = mode->vtotal - mode->vsync_start; in a10fb_setup_tcon()
415 TCON_WRITE(sc, TCON1_BASIC4, BASIC4_VT(vtotal) | BASIC4_VBP(vbp)); in a10fb_setup_tcon()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd.c311 uint32_t vbp, vfp, vsw; in am335x_mode_is_valid() local
326 vbp = MODE_VBP(mode); in am335x_mode_is_valid()
337 if (vbp > 0xff) in am335x_mode_is_valid()
621 uint32_t vbp, vfp, vsw; in am335x_lcd_configure() local
698 vbp = sc->sc_panel.panel_vbp; in am335x_lcd_configure()
716 timing1 |= (vbp & 0xff) << RASTER_TIMING_1_VBP_SHIFT; in am335x_lcd_configure()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_lcd.c201 u_int hbp, hfp, hsw, vbp, vfp, vsw; in jzlcd_set_videomode() local
209 vbp = mode->vtotal - mode->vsync_end; in jzlcd_set_videomode()
217 vds = vsw + vbp; in jzlcd_set_videomode()