aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge/tsc_freq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/stoneyridge/tsc_freq.c')
-rw-r--r--src/soc/amd/stoneyridge/tsc_freq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/stoneyridge/tsc_freq.c b/src/soc/amd/stoneyridge/tsc_freq.c
index 8c18884001..a8ed7c6a4c 100644
--- a/src/soc/amd/stoneyridge/tsc_freq.c
+++ b/src/soc/amd/stoneyridge/tsc_freq.c
@@ -36,7 +36,7 @@ unsigned long tsc_freq_mhz(void)
* to the "Software P-state Numbering" section, P0 is the highest
* non-boosted state. freq = 100MHz * (CpuFid + 10h) / (2^(CpuDid)).
*/
- boost_states = (pci_read_config32(DEV_D18F4, CORE_PERF_BOOST_CTRL)
+ boost_states = (pci_read_config32(SOC_PM_DEV, CORE_PERF_BOOST_CTRL)
>> 2) & 0x7;
msr = rdmsr(PSTATE_0_MSR + boost_states);