38#ifndef __DEV_ARM_CSS_MHU_H__
39#define __DEV_ARM_CSS_MHU_H__
47struct Ap2ScpDoorbellParams;
52struct Scp2ApDoorbellParams;
67 void update(uint32_t new_val);
148 MHU(
const MHUParams &
p);
void clearInterrupt() override
void raiseInterrupt() override
Generic representation of an Arm interrupt pin.
Generic doorbell interface.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
static const uint32_t SVI_INT
uint32_t read32(const Addr addr, bool secure_access)
@ CPU_INTR_L_STAT
From Application Processor to SCP.
@ SCP_INTR_L_STAT
From SCP to Application Processor.
AddrRangeList getAddrRanges() const override
Determine the address ranges that this device responds to.
MhuDoorbell(const DoorbellParams &p)
virtual void raiseInterrupt()=0
void update(uint32_t new_val)
virtual void clearInterrupt()=0
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
void raiseInterrupt() override
ArmInterruptPin * interrupt
void clearInterrupt() override
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
uint64_t Tick
Tick count type.