Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40496c8e authored by Len Brown's avatar Len Brown
Browse files

x86: msr-index.h: Define MSR_PKG_CST_CONFIG_CONTROL



define MSR_PKG_CST_CONFIG_CONTROL (0xE2),
which is the string used by Intel Documentation.

We use this MSR in intel_idle and turbostat by a previous name,
to be updated in the next patch.

Cc: x86@kernel.org
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent f2642888
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -47,6 +47,7 @@
#define MSR_PLATFORM_INFO		0x000000ce
#define MSR_PLATFORM_INFO		0x000000ce


#define MSR_NHM_SNB_PKG_CST_CFG_CTL	0x000000e2
#define MSR_NHM_SNB_PKG_CST_CFG_CTL	0x000000e2
#define MSR_PKG_CST_CONFIG_CONTROL	0x000000e2
#define NHM_C3_AUTO_DEMOTE		(1UL << 25)
#define NHM_C3_AUTO_DEMOTE		(1UL << 25)
#define NHM_C1_AUTO_DEMOTE		(1UL << 26)
#define NHM_C1_AUTO_DEMOTE		(1UL << 26)
#define ATM_LNC_C6_AUTO_DEMOTE		(1UL << 25)
#define ATM_LNC_C6_AUTO_DEMOTE		(1UL << 25)