iPXE
Data Fields
EFI_PCI_PMCSR Union Reference

PMCSR - Power Management Control/Status Section 3.2.4, PCI Power Management Interface Specification, Revision 1.2. More...

#include <Pci22.h>

Data Fields

struct {
   UINT16   PowerState: 2
 
   UINT16   ReservedForPciExpress: 1
 
   UINT16   NoSoftReset: 1
 
   UINT16   Reserved: 4
 
   UINT16   PmeEnable: 1
 
   UINT16   DataSelect: 4
 
   UINT16   DataScale: 2
 
   UINT16   PmeStatus: 1
 
Bits
 
UINT16 Data
 

Detailed Description

PMCSR - Power Management Control/Status Section 3.2.4, PCI Power Management Interface Specification, Revision 1.2.

Definition at line 686 of file Pci22.h.

Field Documentation

◆ PowerState

UINT16 EFI_PCI_PMCSR::PowerState

Definition at line 688 of file Pci22.h.

◆ ReservedForPciExpress

UINT16 EFI_PCI_PMCSR::ReservedForPciExpress

Definition at line 689 of file Pci22.h.

◆ NoSoftReset

UINT16 EFI_PCI_PMCSR::NoSoftReset

Definition at line 690 of file Pci22.h.

◆ Reserved

UINT16 EFI_PCI_PMCSR::Reserved

Definition at line 691 of file Pci22.h.

◆ PmeEnable

UINT16 EFI_PCI_PMCSR::PmeEnable

Definition at line 692 of file Pci22.h.

◆ DataSelect

UINT16 EFI_PCI_PMCSR::DataSelect

Definition at line 693 of file Pci22.h.

◆ DataScale

UINT16 EFI_PCI_PMCSR::DataScale

Definition at line 694 of file Pci22.h.

◆ PmeStatus

UINT16 EFI_PCI_PMCSR::PmeStatus

Definition at line 695 of file Pci22.h.

◆ Bits

struct { ... } EFI_PCI_PMCSR::Bits

◆ Data

UINT16 EFI_PCI_PMCSR::Data

Definition at line 697 of file Pci22.h.


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