Go to the documentation of this file.
46 #ifndef __DEV_ARM_PL011_H__
47 #define __DEV_ARM_PL011_H__
61 Pl011(
const Pl011Params &
p);
119 static const uint64_t
AMBA_ID = 0xb105f00d00341011ULL;
188 #endif //__DEV_ARM_PL011_H__
void unserialize(CheckpointIn &cp) override
Unserialize an object.
static const int UART_LCRH
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
uint16_t imsc
interrupt mask register.
void clearInterrupts(uint16_t ints)
Convenience function to clear interrupts.
static const int UART_IBRD
static const uint16_t UART_CDCINTR
static const uint64_t AMBA_ID
static const int UART_FR_TXFE
static const int UART_FBRD
void dataAvailable() override
Inform the uart that there is data available.
static const int UART_RSR
Pl011(const Pl011Params &p)
static const uint16_t UART_PEINTR
uint16_t lcrh
Line control register.
void setInterruptMask(uint16_t mask)
Convenience function to update the interrupt mask.
constexpr uint64_t mask(unsigned nbits)
Generate a 64-bit mask of 'nbits' 1s, right justified.
static const int UART_FR_TXFF
static const int UART_MIS
uint16_t ibrd
integer baud rate divisor.
static const int UART_ECR
static const int UART_IFLS
static const uint16_t UART_DSRINTR
static const uint16_t UART_BEINTR
ArmInterruptPin *const interrupt
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
static const int UART_RIS
uint64_t Tick
Tick count type.
static const uint16_t UART_OEINTR
uint16_t fbrd
fractional baud rate divisor.
static const int UART_ICR
static const uint16_t UART_TXINTR
static const int UART_IMSC
static const int UART_FR_RXFE
uint16_t ifls
interrupt fifo level register.
static const int UART_DMACR
static const uint16_t UART_RTINTR
void generateInterrupt()
Function to generate interrupt.
static const uint16_t UART_RIINTR
void serialize(CheckpointOut &cp) const override
Serialize an object.
void setInterrupts(uint16_t ints, uint16_t mask)
Assign new interrupt values and update interrupt signals.
EventFunctionWrapper intEvent
Wrapper to create an event out of the thing.
static const uint16_t UART_FEINTR
Generic representation of an Arm interrupt pin.
std::ostream CheckpointOut
static const uint16_t UART_CTSINTR
static const int UART_FR_CTS
uint16_t maskInt() const
Masked interrupt status register.
uint16_t rawInt
raw interrupt status register
void raiseInterrupts(uint16_t ints)
Convenience function to raise a new interrupt.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
const bool endOnEOT
Should the simulation end on an EOT.
static const uint16_t UART_RXINTR
const Tick intDelay
Delay before interrupting.
static const int UART_FR_RXFF
Generated on Tue Dec 21 2021 11:34:28 for gem5 by doxygen 1.8.17