Lines Matching defs:ratio

2427 	unsigned int ratio;
2433 ratio = (msr >> 40) & 0xFF;
2434 fprintf(outf, "%d * %.1f = %.1f MHz max efficiency frequency\n", ratio, bclk, ratio * bclk);
2436 ratio = (msr >> 8) & 0xFF;
2437 fprintf(outf, "%d * %.1f = %.1f MHz base frequency\n", ratio, bclk, ratio * bclk);
2453 unsigned int ratio;
2459 ratio = (msr >> 8) & 0xFF;
2460 if (ratio)
2461 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 18 active cores\n", ratio, bclk, ratio * bclk);
2463 ratio = (msr >> 0) & 0xFF;
2464 if (ratio)
2465 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 17 active cores\n", ratio, bclk, ratio * bclk);
2472 unsigned int ratio;
2478 ratio = (msr >> 56) & 0xFF;
2479 if (ratio)
2480 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 16 active cores\n", ratio, bclk, ratio * bclk);
2482 ratio = (msr >> 48) & 0xFF;
2483 if (ratio)
2484 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 15 active cores\n", ratio, bclk, ratio * bclk);
2486 ratio = (msr >> 40) & 0xFF;
2487 if (ratio)
2488 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 14 active cores\n", ratio, bclk, ratio * bclk);
2490 ratio = (msr >> 32) & 0xFF;
2491 if (ratio)
2492 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 13 active cores\n", ratio, bclk, ratio * bclk);
2494 ratio = (msr >> 24) & 0xFF;
2495 if (ratio)
2496 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 12 active cores\n", ratio, bclk, ratio * bclk);
2498 ratio = (msr >> 16) & 0xFF;
2499 if (ratio)
2500 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 11 active cores\n", ratio, bclk, ratio * bclk);
2502 ratio = (msr >> 8) & 0xFF;
2503 if (ratio)
2504 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 10 active cores\n", ratio, bclk, ratio * bclk);
2506 ratio = (msr >> 0) & 0xFF;
2507 if (ratio)
2508 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 9 active cores\n", ratio, bclk, ratio * bclk);
2551 unsigned int ratio, group_size;
2553 ratio = (msr >> shift) & 0xFF;
2555 if (ratio)
2557 ratio, bclk, ratio * bclk, group_size);
2566 unsigned int ratio;
2571 ratio = (msr >> 0) & 0x3F;
2572 if (ratio)
2573 fprintf(outf, "%d * %.1f = %.1f MHz minimum operating frequency\n", ratio, bclk, ratio * bclk);
2575 ratio = (msr >> 8) & 0x3F;
2576 if (ratio)
2577 fprintf(outf, "%d * %.1f = %.1f MHz low frequency mode (LFM)\n", ratio, bclk, ratio * bclk);
2579 ratio = (msr >> 16) & 0x3F;
2580 if (ratio)
2581 fprintf(outf, "%d * %.1f = %.1f MHz base frequency\n", ratio, bclk, ratio * bclk);
2586 ratio = (msr >> 24) & 0x3F;
2587 if (ratio)
2588 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 4 active cores\n", ratio, bclk, ratio * bclk);
2590 ratio = (msr >> 16) & 0x3F;
2591 if (ratio)
2592 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 3 active cores\n", ratio, bclk, ratio * bclk);
2594 ratio = (msr >> 8) & 0x3F;
2595 if (ratio)
2596 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 2 active cores\n", ratio, bclk, ratio * bclk);
2598 ratio = (msr >> 0) & 0x3F;
2599 if (ratio)
2600 fprintf(outf, "%d * %.1f = %.1f MHz max turbo 1 active core\n", ratio, bclk, ratio * bclk);
2611 unsigned int ratio[buckets_no];
2621 * [15:8] -- Base value of freq ratio of bucket 1.
2625 * [23:21] -- Negative delta of freq ratio of bucket 2.
2626 * i.e. freq ratio of bucket 2 =
2627 * freq ratio of bucket 1 - delta
2629 * [31:29]-- -ve delta of freq ratio of bucket 3.
2631 * [39:37]-- -ve delta of freq ratio of bucket 4.
2633 * [47:45]-- -ve delta of freq ratio of bucket 5.
2635 * [55:53]-- -ve delta of freq ratio of bucket 6.
2637 * [63:61]-- -ve delta of freq ratio of bucket 7.
2642 ratio[b_nr] = (msr >> 8) & 0xFF;
2649 ratio[b_nr + 1] = ratio[b_nr] - delta_ratio;
2654 if (i > 0 ? ratio[i] != ratio[i - 1] : 1)
2657 ratio[i], bclk, ratio[i] * bclk, cores[i]);
3920 /* Nehalem compatible, but do not include turbo-ratio limit support */
5653 * CPUID 15H TSC/Crystal ratio, possibly Crystal Hz