Lines Matching full:vco
106 unsigned int *vco, unsigned int fout) in g450_firstpll() argument
114 *vco = vcomax; in g450_firstpll()
116 *vco = fout; in g450_firstpll()
131 *vco = tvco; in g450_firstpll()
133 return g450_nextpll(minfo, pi, vco, 0xFF0000 | p); in g450_firstpll()
437 unsigned int vco; in __g450_setclk() local
440 vco = g450_mnp2vco(minfo, mnp); in __g450_setclk()
441 delta = pll_freq_delta(fout, g450_vco2f(mnp, vco)); in __g450_setclk()
444 sorted equally good frequencies from lower VCO in __g450_setclk()
448 /* all else being equal except VCO, in __g450_setclk()
449 * choose VCO not near (within 1/16th or so) VCOmin in __g450_setclk()
453 && vco != g450_mnp2vco(minfo, mnparray[idx-1]) in __g450_setclk()
454 && vco < (pi->vcomin * 17 / 16)) { in __g450_setclk()