gem5
v21.0.0.0
|
#include <pcireg.h>
Public Attributes | |
uint8_t | data [6] |
struct { | |
uint16_t pid | |
uint16_t pc | |
uint16_t pmcs | |
}; | |
Defines the Power Management capability register and all its associated bitfields for a PCIe device.
struct { ... } |
uint16_t PMCAP::pc |
Definition at line 225 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().
uint16_t PMCAP::pid |
Definition at line 222 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().
uint16_t PMCAP::pmcs |
Definition at line 234 of file pcireg.h.
Referenced by PciDevice::PciDevice(), PciDevice::serialize(), and PciDevice::unserialize().