Go to the documentation of this file.
46 #ifndef __DEV_ARM_PL050_HH__
47 #define __DEV_ARM_PL050_HH__
53 #include "params/Pl050.hh"
72 Bitfield<0> force_clock_low;
110 InterruptReg rawInterrupts;
134 Pl050(
const Pl050Params &
p);
145 #endif // __DEV_ARM_PL050_HH__
InterruptReg getInterrupt() const
Get current interrupt value.
Bitfield< 4 > rxint_enable
BitUnion8(ControlReg) Bitfield< 0 > force_clock_low
EndBitUnion(ControlReg) ControlReg control
control register
void setControl(ControlReg ctrl)
void updateIntCtrl(InterruptReg ints, ControlReg ctrl)
Update the status of the interrupt and control registers and deliver an interrupt if required.
void setInterrupts(InterruptReg ints)
void updateRxInt()
Update the RX interrupt using PS/2 device state.
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
uint64_t Tick
Tick count type.
void serialize(CheckpointOut &cp) const override
Serialize an object.
void setTxInt(bool value)
Set or clear the TX interrupt.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
Bitfield< 1 > force_data_low
Bitfield< 3 > txint_enable
static const int kmiClkDiv
std::ostream CheckpointOut
ps2::Device * ps2Device
PS2 device connected to this KMI interface.
Pl050(const Pl050Params &p)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint8_t clkdiv
clock divisor register This register is just kept around to satisfy reads after driver does writes.
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Generated on Tue Sep 7 2021 14:53:45 for gem5 by doxygen 1.8.17