Home
last modified time | relevance | path

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

/drivers/video/
A Ddw_mipi_dsi.c231 u32 htotal = timings->hactive.typ + timings->hfront_porch.typ + in dsi_mode_vrefresh() local
236 if (htotal > 0 && vtotal > 0) { in dsi_mode_vrefresh()
238 calc_val /= htotal; in dsi_mode_vrefresh()
617 u32 htotal, hsa, hbp, lbcc; in dw_mipi_dsi_line_timer_config() local
619 htotal = timings->hactive.typ + timings->hfront_porch.typ + in dw_mipi_dsi_line_timer_config()
629 lbcc = dw_mipi_dsi_get_hcomponent_lbcc(dsi, timings, htotal); in dw_mipi_dsi_line_timer_config()
/drivers/video/imx/
A Dmxc_ipuv3_fb.c281 u32 htotal; in mxcfb_check_var() local
364 htotal = var->xres + var->right_margin + var->hsync_len + in mxcfb_check_var()
368 var->pixclock = (vtotal * htotal * 6UL) / 100UL; in mxcfb_check_var()
/drivers/video/tegra/tegra124/
A Dsor.c618 u32 vtotal, htotal; in tegra_dc_sor_config_panel() local
642 htotal = timing->hsync_len.typ + timing->hback_porch.typ + in tegra_dc_sor_config_panel()
647 htotal << NV_HEAD_STATE1_HTOTAL_SHIFT); in tegra_dc_sor_config_panel()
/drivers/video/tegra/
A Ddsi.c774 unsigned long htotal = timing->hactive.typ + timing->hfront_porch.typ + in tegra_dsi_configure() local
783 bclk = DIV_ROUND_UP(htotal * mul, div * lanes); in tegra_dsi_configure()
/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.c764 u32 htotal, hsw, hab, hae; in nx_dpc_get_hsync() local
769 htotal = (u32)pregister->dpchtotal + 1; in nx_dpc_get_hsync()
775 hfp = htotal - hae; in nx_dpc_get_hsync()

Completed in 16 milliseconds