Searched refs:vtotal (Results 1 – 4 of 4) sorted by relevance
233 u32 vtotal = timings->vactive.typ + timings->vfront_porch.typ + in dsi_mode_vrefresh() local236 if (htotal > 0 && vtotal > 0) { in dsi_mode_vrefresh()239 refresh = (calc_val + vtotal / 2) / vtotal; in dsi_mode_vrefresh()
280 u32 vtotal; in mxcfb_check_var() local366 vtotal = var->yres + var->lower_margin + var->vsync_len + in mxcfb_check_var()368 var->pixclock = (vtotal * htotal * 6UL) / 100UL; in mxcfb_check_var()
618 u32 vtotal, htotal; in tegra_dc_sor_config_panel() local640 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()
830 u32 vtotal, vsw, vab, vae; in nx_dpc_get_vsync() local835 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 17 milliseconds