Searched refs:vtotal (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_fb.c | 346 u_int vtotal, framerate, clk; in a10fb_setup_tcon() local 358 vbp = mode->vtotal - mode->vsync_start; in a10fb_setup_tcon() 359 vbl = VBLANK_LEN(mode->vtotal, mode->vdisplay, interlace); in a10fb_setup_tcon() 407 vtotal = VTOTAL(mode->vtotal); in a10fb_setup_tcon() 410 mode->htotal), mode->vtotal); in a10fb_setup_tcon() 411 clk = mode->htotal * (VTOTAL(mode->vtotal) + 1) * framerate; in a10fb_setup_tcon() 413 vtotal += 1; in a10fb_setup_tcon() 415 TCON_WRITE(sc, TCON1_BASIC4, BASIC4_VT(vtotal) | BASIC4_VBP(vbp)); in a10fb_setup_tcon()
|
| H A D | a10_hdmi.c | 614 vbp = mode->vtotal - mode->vsync_start; in a10hdmi_set_videomode()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | tda19988.c | 438 n_line = mode->vtotal; in tda19988_init_encoder() 452 vwin1_line_start = mode->vtotal - mode->vdisplay - 1; in tda19988_init_encoder() 464 vwin1_line_start = (mode->vtotal - mode->vdisplay)/2; in tda19988_init_encoder() 471 vwin2_line_start = vwin1_line_start + mode->vtotal/2; in tda19988_init_encoder() 475 vs2_line_start = vs1_line_start + mode->vtotal/2 ; in tda19988_init_encoder()
|
| H A D | am335x_lcd.c | 195 #define MODE_VBP(mode) ((mode)->vtotal - (mode)->vsync_end) 297 refresh = (refresh + mode->vtotal / 2) / mode->vtotal; in am335x_mode_vrefresh() 905 sc->sc_panel.panel_vbp = videomode->vtotal - videomode->vsync_end; in am335x_lcd_hdmi_event()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_lcd.c | 209 vbp = mode->vtotal - mode->vsync_end; in jzlcd_set_videomode() 334 mode->htotal), mode->vtotal); in jzlcd_get_bandwidth()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_ipu.c | 69 #define MODE_VBP(mode) ((mode)->vtotal - (mode)->vsync_end) 697 sc->sc_mode->vtotal - 1, DI_SYNC_COUNTER(DI_COUNTER_INT_HSYNC), in ipu_config_timing() 705 IPU_WRITE4(sc, di_scr_conf, sc->sc_mode->vtotal - 1); in ipu_config_timing()
|
| /f-stack/freebsd/arm/nvidia/drm2/ |
| H A D | tegra_dc.c | 676 ((mode->vtotal - mode->vsync_end) << 16) | in dc_crtc_mode_set()
|