Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c658 u64 tdp_ratio; in core_get_max_pstate() local
666 err = rdmsrl_safe(tdp_msr, &tdp_ratio); in core_get_max_pstate()
672 tdp_ratio >>= 16; in core_get_max_pstate()
674 tdp_ratio &= 0xff; /* ratios are only 8 bits long */ in core_get_max_pstate()
675 if (tdp_ratio - 1 == tar) { in core_get_max_pstate()