Searched refs:od_max (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/clk/ingenic/ |
H A D | x1830-cgu.c | 126 .od_max = 64, 149 .od_max = 64, 172 .od_max = 64, 195 .od_max = 64,
|
H A D | jz4760-cgu.c | 106 .od_max = 8, 131 .od_max = 8,
|
H A D | cgu.h | 58 u8 od_shift, od_bits, od_max; member
|
H A D | jz4770-cgu.c | 116 .od_max = 8, 140 .od_max = 8,
|
H A D | x1000-cgu.c | 231 .od_max = 8, 254 .od_max = 8,
|
H A D | jz4740-cgu.c | 83 .od_max = 4,
|
H A D | jz4725b-cgu.c | 68 .od_max = 4,
|
H A D | jz4755-cgu.c | 65 .od_max = 4,
|
H A D | cgu.c | 114 for (od = 0; od < pll_info->od_max; od++) in ingenic_pll_recalc_rate() 119 if (pll_info->od_max == 0) in ingenic_pll_recalc_rate() 122 BUG_ON(od == pll_info->od_max); in ingenic_pll_recalc_rate()
|
H A D | jz4780-cgu.c | 284 .od_max = 16, \
|
/linux/drivers/clk/baikal-t1/ |
H 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()
|