TianoCore EDK2 master
Loading...
Searching...
No Matches
MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER Union Reference

#include <MdePkg/Include/Register/Intel/Msr/SilvermontMsr.h>

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

Definition at line 1272 of file SilvermontMsr.h.

Field Documentation

◆ 

struct { ... } MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Bits

Individual bit fields

◆ EnergyStatusUnits

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.

Definition at line 1291 of file SilvermontMsr.h.

◆ PowerUnits

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.

Definition at line 1283 of file SilvermontMsr.h.

◆ Reserved1

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Reserved1

Definition at line 1284 of file SilvermontMsr.h.

◆ Reserved2

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Reserved2

Definition at line 1292 of file SilvermontMsr.h.

◆ Reserved3

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Reserved3

Definition at line 1298 of file SilvermontMsr.h.

◆ Reserved4

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Reserved4

Definition at line 1299 of file SilvermontMsr.h.

◆ TimeUnits

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::TimeUnits

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

Definition at line 1297 of file SilvermontMsr.h.

◆ Uint32

UINT32 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Uint32

All bit fields as a 32-bit value

Definition at line 1304 of file SilvermontMsr.h.

◆ Uint64

UINT64 MSR_SILVERMONT_RAPL_POWER_UNIT_REGISTER::Uint64

All bit fields as a 64-bit value

Definition at line 1308 of file SilvermontMsr.h.


The documentation for this union was generated from the following file: