_pci_capability_power

Power management capability - 0x01

Synopsis:

#include <qvm/hw_pci.h>
struct _pci_capability_power {
    uint8_t Capability_ID;
    uint8_t Next_Pointer;
    uint16_t Power_PMC;
    uint16_t Power_PMCSR;
    uint8_t Power_PMCSR_BSE;
    uint8_t Power_Data;
} ;

Data:

uint8_t Capability_ID

See PCI specification.

uint8_t Next_Pointer

See PCI specification.

uint16_t Power_PMC

See PCI specification.

uint16_t Power_PMCSR

See PCI specification.

uint8_t Power_PMCSR_BSE

See PCI specification.

uint8_t Power_Data

See PCI specification.

Library:

Provided by qvm; no external library is required.

Description:

See the PCI specification.