Home
last modified time | relevance | path

Searched refs:vtotal (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/video/
A Ddw_mipi_dsi.c236 u32 vtotal = timings->vactive.typ + timings->vfront_porch.typ + in dsi_mode_vrefresh() local
239 if (htotal > 0 && vtotal > 0) { in dsi_mode_vrefresh()
242 refresh = (calc_val + vtotal / 2) / vtotal; in dsi_mode_vrefresh()
A Dati_radeon_fb.c57 #define CRTC_V_TOTAL_DISP_VAL(vtotal, vdisp) \ argument
58 ((((vtotal) - 1) & 0xffff) | (((vdisp) - 1) << 16))
/u-boot/drivers/video/imx/
A Dmxc_ipuv3_fb.c282 u32 vtotal; in mxcfb_check_var() local
368 vtotal = var->yres + var->lower_margin + var->vsync_len + in mxcfb_check_var()
370 var->pixclock = (vtotal * htotal * 6UL) / 100UL; in mxcfb_check_var()
/u-boot/drivers/video/tegra124/
A Dsor.c618 u32 vtotal, htotal; in tegra_dc_sor_config_panel() local
640 vtotal = timing->vsync_len.typ + timing->vback_porch.typ + in tegra_dc_sor_config_panel()
646 vtotal << NV_HEAD_STATE1_VTOTAL_SHIFT | in tegra_dc_sor_config_panel()
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.c830 u32 vtotal, vsw, vab, vae; in nx_dpc_get_vsync() local
835 vtotal = (u32)pregister->dpcvtotal + 1; in nx_dpc_get_vsync()
841 vfp = vtotal - vae; in nx_dpc_get_vsync()
850 vtotal = (u32)pregister->dpcevtotal + 1; in nx_dpc_get_vsync()
856 vfp = vtotal - vae; in nx_dpc_get_vsync()

Completed in 15 milliseconds