HomeSort by: relevance | last modified time | path
    Searched defs:postscale (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
pm3fb.c 1296 unsigned long feedback, prescale, postscale, IntRef, VCO, out_freq, diff, VCOlow, VCOhigh, bdiff = 1000000; local in function:pm3fb_set_pll
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);
    [all...]

Completed in 35 milliseconds