Searched refs:sgtc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dpowernow-k7.c64 sgtc:20, member in struct:powernow_acpi_control_t::__anon10611
376 pc.bits.sgtc);
416 if (latency < pc.bits.sgtc)
417 latency = pc.bits.sgtc;
566 * a multiple of 100000/3 khz, then we compute sgtc according
574 unsigned int sgtc; local
583 sgtc = 100 * m * latency;
584 sgtc = sgtc / 3;
585 if (sgtc >
[all...]

Completed in 101 milliseconds