Lines Matching refs:postdiv1
18 * Q1: frequency dividing ratio of post divider, set by 2^postdiv1[1:0], eg. 1, 2, 4 or 8.
85 unsigned postdiv1 : 2;
151 u32 postdiv1;
165 .postdiv1 = 0,
171 .postdiv1 = 0,
177 .postdiv1 = 0,
183 .postdiv1 = 0,
189 .postdiv1 = 0,
195 .postdiv1 = 0,
201 .postdiv1 = 0,
207 .postdiv1 = 0,
213 .postdiv1 = 0,
223 .postdiv1 = 0,
229 .postdiv1 = 0,
235 .postdiv1 = 0,
241 .postdiv1 = 0,
251 .postdiv1 = 0,
257 .postdiv1 = 0,
293 ret->postdiv1 = (val & JH7110_PLL_POSTDIV1_MASK) >> JH7110_PLL_POSTDIV1_SHIFT;
312 * rate = parent * (fbdiv + frac/2^24) / prediv / 2^postdiv1
313 * = (parent * fbdiv + parent * frac / 2^24) / (prediv * 2^postdiv1)
323 rate /= val.prediv << val.postdiv1;
388 (u32)val->postdiv1 << JH7110_PLL_POSTDIV1_SHIFT);
405 "postdiv1=%u\n"
408 val.fbdiv, val.frac, val.prediv, val.postdiv1,