Searched refs:od_max (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/clk/ingenic/ |
A D | x1830-cgu.c | 126 .od_max = 64, 149 .od_max = 64, 172 .od_max = 64, 195 .od_max = 64,
|
A D | jz4760-cgu.c | 108 .od_max = 8, 133 .od_max = 8,
|
A D | jz4770-cgu.c | 116 .od_max = 8, 140 .od_max = 8,
|
A D | x1000-cgu.c | 198 .od_max = 8, 221 .od_max = 8,
|
A D | cgu.h | 53 u8 od_shift, od_bits, od_max; member
|
A D | jz4725b-cgu.c | 68 .od_max = 4,
|
A D | jz4740-cgu.c | 83 .od_max = 4,
|
A D | cgu.c | 111 for (od = 0; od < pll_info->od_max; od++) { in ingenic_pll_recalc_rate() 115 BUG_ON(od == pll_info->od_max); in ingenic_pll_recalc_rate()
|
A D | jz4780-cgu.c | 284 .od_max = 16, \
|
/linux/drivers/clk/baikal-t1/ |
A D | ccu-pll.c | 173 unsigned long nr_max, nf_max, od_max; in ccu_pll_calc_factors() local 202 od_max = CCU_PLL_OD_MAX / CCU_PLL_CLKOD_FACTOR; in ccu_pll_calc_factors() 211 } else if (denom / num >= od_max) { in ccu_pll_calc_factors() 213 d1 = od_max; in ccu_pll_calc_factors() 215 rational_best_approximation(num, denom, nf_max, od_max, in ccu_pll_calc_factors()
|
Completed in 13 milliseconds