Searched refs:px_clock_hz (Results 1 – 1 of 1) sorted by relevance
366 unsigned int px_clock_hz, target_px_clock_hz, lane_mbps; in dw_mipi_dsi_stm_mode_valid() local373 px_clock_hz = DIV_ROUND_CLOSEST_ULL(1000ULL * pll_out_khz * lanes, bpp); in dw_mipi_dsi_stm_mode_valid()379 if (px_clock_hz < target_px_clock_hz - CLK_TOLERANCE_HZ || in dw_mipi_dsi_stm_mode_valid()380 px_clock_hz > target_px_clock_hz + CLK_TOLERANCE_HZ) in dw_mipi_dsi_stm_mode_valid()