gem5
v21.0.0.0
|
#include "dev/arm/css/scmi_protocols.hh"
#include "dev/arm/css/scp.hh"
#include "dev/dma_device.hh"
#include "mem/mem_object.hh"
#include "params/ScmiPlatform.hh"
Go to the source code of this file.
Classes | |
struct | SCMI::Message |
class | SCMI::VirtualChannel |
Generic communication channel between the Agent and the Platform. More... | |
class | SCMI::AgentChannel |
This is a Agent to Platform channel (The agent is the initiator) More... | |
class | SCMI::PlatformChannel |
This is a Platform to Agent channel (The platform is the initiator) More... | |
class | SCMI::Communication |
The SCMI Communication class models a bidirectional communication between the SCMI platform and the agent. More... | |
class | SCMI::Platform |
Namespaces | |
SCMI | |
Enumerations | |
enum | SCMI::ProtocolID : uint8_t { SCMI::BASE = 0x10, SCMI::START = 0x11, SCMI::POWER_DOMAIN = START, SCMI::SYSTEM_POWER = 0x12, SCMI::PERFORMANCE_DOMAIN = 0x13, SCMI::CLOCK = 0x14, SCMI::SENSOR = 0x15, SCMI::END = SENSOR } |
enum | SCMI::MessageType { SCMI::MessageType::COMMANDS = 0, SCMI::MessageType::DELAYED_RESPONSES = 2, SCMI::MessageType::NOTIFICATIONS = 3 } |
Functions | |
SCMI::BitUnion32 (MessageHeader) Bitfield< 27 | |
SCMI::EndBitUnion (MessageHeader) union Payload | |
Variables | |
static const uint8_t | SCMI::PROTOCOL_MAX = 6 |
SCMI::token | |
Bitfield< 17, 10 > | SCMI::protocolId |
Bitfield< 9, 8 > | SCMI::messageType |
Bitfield< 7, 0 > | SCMI::messageId |