MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER Union Reference

Data Fields

struct {
   UINT32   PowerUnits:4
 
   UINT32   Reserved1:4
 
   UINT32   EnergyStatusUnits:5
 
   UINT32   Reserved2:3
 
   UINT32   TimeUnits:4
 
   UINT32   Reserved3:12
 
   UINT32   Reserved4:32
 
Bits
 
UINT32 Uint32
 
UINT64 Uint64
 

Detailed Description

MSR information returned for MSR index MSR_SILVERMONT_RAPL_POWER_UNIT

Field Documentation

struct { ... } MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Bits

Individual bit fields

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::EnergyStatusUnits

[Bits 12:8] Energy Status Units. Energy related information (in microJoules) is based on the multiplier, 2^ESU; where ESU is an unsigned integer represented by bits 12:8. Default value is 00101b, indicating energy unit is in 32 microJoules increment.

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::PowerUnits

[Bits 3:0] Power Units. Power related information (in milliWatts) is based on the multiplier, 2^PU; where PU is an unsigned integer represented by bits 3:0. Default value is 0101b, indicating power unit is in 32 milliWatts increment.

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Reserved1
UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Reserved2
UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Reserved3
UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Reserved4
UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::TimeUnits

[Bits 19:16] Time Unit. The value is 0000b, indicating time unit is in one second.

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Uint32

All bit fields as a 32-bit value

UINT64 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Uint64

All bit fields as a 64-bit value