Lines Matching refs:pixelclock
362 static int anx7625_calculate_m_n(u32 pixelclock, in anx7625_calculate_m_n() argument
367 if (pixelclock > PLL_OUT_FREQ_ABS_MAX / POST_DIVIDER_MIN) { in anx7625_calculate_m_n()
370 pixelclock, in anx7625_calculate_m_n()
375 if (pixelclock < PLL_OUT_FREQ_ABS_MIN / POST_DIVIDER_MAX) { in anx7625_calculate_m_n()
378 pixelclock, in anx7625_calculate_m_n()
384 pixelclock < (PLL_OUT_FREQ_MIN / (*post_divider));) in anx7625_calculate_m_n()
389 (pixelclock < in anx7625_calculate_m_n()
412 if (pixelclock * (*post_divider) > PLL_OUT_FREQ_ABS_MAX) { in anx7625_calculate_m_n()
414 pixelclock * (*post_divider), in anx7625_calculate_m_n()
419 *m = pixelclock; in anx7625_calculate_m_n()
487 ret = anx7625_calculate_m_n(ctx->dt.pixelclock.min * 1000, in anx7625_dsi_video_timing_config()
500 (ctx->dt.pixelclock.min / 1000) & 0xFF); in anx7625_dsi_video_timing_config()
502 (ctx->dt.pixelclock.min / 1000) >> 8); in anx7625_dsi_video_timing_config()
694 u16 freq = ctx->dt.pixelclock.min / 1000; in anx7625_api_dpi_config()
2188 ctx->dt.pixelclock.min = mode->clock; in anx7625_bridge_mode_set()
2200 DRM_DEV_DEBUG_DRIVER(dev, "pixelclock(%d).\n", ctx->dt.pixelclock.min); in anx7625_bridge_mode_set()