Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/allwinner/
H A Da10_hdmi.c71 #define VID_HBP(hbp) (((hbp) - 1) << 0) argument
604 int dblscan, hfp, hspw, hbp, vfp, vspw, vbp; in a10hdmi_set_videomode() local
611 hbp = mode->htotal - mode->hsync_start; in a10hdmi_set_videomode()
653 VID_VBP(vbp) | VID_HBP(hbp << dblscan)); in a10hdmi_set_videomode()
H A Da10_fb.c133 #define BASIC3_HBP(hbp) (((hbp) - 1) << 0) argument
345 u_int interlace, hspw, hbp, vspw, vbp, vbl, width, height, start_delay; in a10fb_setup_tcon() local
356 hbp = mode->htotal - mode->hsync_start; in a10fb_setup_tcon()
405 TCON_WRITE(sc, TCON1_BASIC3, BASIC3_HT(mode->htotal) | BASIC3_HBP(hbp)); in a10fb_setup_tcon()
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd.c310 uint32_t hbp, hfp, hsw; in am335x_mode_is_valid() local
323 hbp = MODE_HBP(mode) - 1; in am335x_mode_is_valid()
330 if (hbp > 0x3ff) in am335x_mode_is_valid()
620 uint32_t hbp, hfp, hsw; in am335x_lcd_configure() local
694 hbp = sc->sc_panel.panel_hbp - 1; in am335x_lcd_configure()
706 timing0 |= (hbp & 0xff) << RASTER_TIMING_0_HBP_SHIFT; in am335x_lcd_configure()
707 timing2 |= ((hbp >> 8) & 3) << RASTER_TIMING_2_HBPHI_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
206 hbp = mode->htotal - mode->hsync_end; in jzlcd_set_videomode()
213 hds = hsw + hbp; in jzlcd_set_videomode()