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

/linux-4.1.27/tools/power/cpupower/debug/i386/
H A Ddump_psb.c58 static u_int sgtc; variable
99 sgtc = psb->settlingtime * 100; decode_psb()
101 if (sgtc < 10000) decode_psb()
102 sgtc = 10000; decode_psb()
/linux-4.1.27/drivers/cpufreq/
H A Dpowernow-k7.c63 sgtc:20, member in struct:powernow_acpi_control_t::__anon3775
366 pc.bits.sgtc); powernow_acpi_init()
406 if (latency < pc.bits.sgtc) powernow_acpi_init()
407 latency = pc.bits.sgtc; powernow_acpi_init()
535 * a multiple of 100000/3 khz, then we compute sgtc according
543 unsigned int sgtc; fixup_sgtc() local
552 sgtc = 100 * m * latency; fixup_sgtc()
553 sgtc = sgtc / 3; fixup_sgtc()
554 if (sgtc > 0xfffff) { fixup_sgtc()
555 printk(KERN_WARNING PFX "SGTC too large %d\n", sgtc); fixup_sgtc()
556 sgtc = 0xfffff; fixup_sgtc()
558 return sgtc; fixup_sgtc()

Completed in 64 milliseconds