Home
last modified time | relevance | path

Searched refs:PLL_OUT_FREQ_ABS_MIN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danx7625.h39 #define PLL_OUT_FREQ_ABS_MIN 300000000UL macro
H A Danx7625.c373 if (pixelclock < PLL_OUT_FREQ_ABS_MIN / POST_DIVIDER_MAX) { in anx7625_calculate_m_n()
377 PLL_OUT_FREQ_ABS_MIN / POST_DIVIDER_MAX); in anx7625_calculate_m_n()
388 (PLL_OUT_FREQ_ABS_MIN / (*post_divider)));) in anx7625_calculate_m_n()