Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dpowernow-k7.c62 sgtc:20, member
364 pc.bits.sgtc); in powernow_acpi_init()
404 if (latency < pc.bits.sgtc) in powernow_acpi_init()
405 latency = pc.bits.sgtc; in powernow_acpi_init()
535 unsigned int sgtc; in fixup_sgtc() local
544 sgtc = 100 * m * latency; in fixup_sgtc()
545 sgtc = sgtc / 3; in fixup_sgtc()
546 if (sgtc > 0xfffff) { in fixup_sgtc()
547 pr_warn("SGTC too large %d\n", sgtc); in fixup_sgtc()
548 sgtc = 0xfffff; in fixup_sgtc()
[all …]
/linux/tools/power/cpupower/debug/i386/
A Ddump_psb.c58 static u_int sgtc; variable
99 sgtc = psb->settlingtime * 100; in decode_psb()
101 if (sgtc < 10000) in decode_psb()
102 sgtc = 10000; in decode_psb()

Completed in 6 milliseconds