Home | History | Annotate | Download | only in pci

Lines Matching defs:postscale

1296 	unsigned long feedback, prescale, postscale, IntRef, VCO, out_freq, diff,  VCOlow, VCOhigh, bdiff = 1000000;
1300 for (postscale = 0; postscale <= 5; postscale++) {
1306 feedback = (prescale * (1UL << postscale) * freq) / (2 * PM3_EXT_CLOCK_FREQ);
1312 feedback = (prescale * (1UL << postscale) * freq) / (2 * PM3_EXT_CLOCK_FREQ);
1329 * move to the next postscale value
1335 feedback = (prescale * (1UL << postscale) * freq) / (2 * PM3_EXT_CLOCK_FREQ);
1339 * prescale, feedbackscale & postscale registers
1352 out_freq = VCO / (1UL << postscale);
1358 bpost = postscale;