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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dpowernow-k7.c62 sgtc:20, member in struct:powernow_acpi_control_t::__anon3437
355 pc.bits.sgtc);
395 if (latency < pc.bits.sgtc)
396 latency = pc.bits.sgtc;
528 * a multiple of 100000/3 khz, then we compute sgtc according
536 unsigned int sgtc; local
545 sgtc = 100 * m * latency;
546 sgtc = sgtc / 3;
547 if (sgtc >
[all...]

Completed in 112 milliseconds