Home
last modified time | relevance | path

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

/linux/drivers/clk/at91/
H A Dclk-audio-pll.c279 unsigned long tmp_qd; in clk_audio_pll_pad_determine_rate() local
301 for (tmp_qd = 1; tmp_qd < AT91_PMC_AUDIO_PLL_QDPAD_EXTDIV_MAX; tmp_qd++) in clk_audio_pll_pad_determine_rate()
303 if (div == 2 && tmp_qd % 3 == 0) in clk_audio_pll_pad_determine_rate()
307 req->rate * tmp_qd * div); in clk_audio_pll_pad_determine_rate()
308 tmp_rate = best_parent_rate / (div * tmp_qd); in clk_audio_pll_pad_determine_rate()
332 u32 tmp_qd = 0, div; in clk_audio_pll_pmc_determine_rate() local
354 tmp_qd = div; in clk_audio_pll_pmc_determine_rate()
361 __func__, best_rate, req->best_parent_rate, tmp_qd - 1); in clk_audio_pll_pmc_determine_rate()