Searched refs:pllm_max (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/clk/davinci/
H A Dpll-da830.c20 .pllm_max = 32,
H A Dpll-da850.c35 .pllm_max = 32,
166 .pllm_max = 32,
H A Dpll.c100 * @pllm_max: The maximum allowable PLLM[PLLM] value
107 u32 pllm_max; member in struct:davinci_pll_clk
150 if (mult < pll->pllm_min || mult > pll->pllm_max)
161 for (mult = pll->pllm_min; mult <= pll->pllm_max; mult++) {
461 pllout->pllm_max = info->pllm_max;
H A Dpll.h34 * @pllm_max: Maximum allowable value for PLLM[PLLM]
45 u32 pllm_max; member in struct:davinci_pll_clk_info

Completed in 317 milliseconds