Searched refs:pllm_max (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/drivers/clk/davinci/ ! |
D | pll-dm644x.c | 20 .pllm_max = 32, 61 .pllm_max = 32,
|
D | pll-dm355.c | 20 .pllm_max = 184, 61 .pllm_max = 184,
|
D | pll-dm646x.c | 20 .pllm_max = 32, 72 .pllm_max = 32,
|
D | pll-dm365.c | 23 .pllm_max = 1023, 104 .pllm_max = 1023,
|
D | pll-da850.c | 34 .pllm_max = 32, 165 .pllm_max = 32,
|
D | pll-da830.c | 20 .pllm_max = 32,
|
D | pll.c | 108 u32 pllm_max; member 151 if (mult < pll->pllm_min || mult > pll->pllm_max) in davinci_pll_determine_rate() 162 for (mult = pll->pllm_min; mult <= pll->pllm_max; mult++) { in davinci_pll_determine_rate() 462 pllout->pllm_max = info->pllm_max; in davinci_pll_clk_register()
|
D | pll.h | 45 u32 pllm_max; member
|