Go to the documentation of this file.
33 #ifndef __DEV_UART8250_HH__
34 #define __DEV_UART8250_HH__
41 #include "params/Uart8250.hh"
86 enum class InterruptIds
110 "Mismatched paired register sizes %d, %d",
241 #endif // __TSUNAMI_UART_HH__
Register< uint8_t > Register8
void writeIer(Register< Ier > ®, const Ier &ier)
const uint8_t UART_MCR_LOOP
void scheduleIntr(Event *event)
RWSwitchedRegister iirFcr
void write(const void *buf) override
void serialize(std::ostream &os) const override
void writeThr(Register8 ®, const uint8_t &data)
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Registers(Uart8250 *uart, const std::string &new_name)
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Uart8250(const Params &p)
AddrRangeList getAddrRanges() const override
Determine the address ranges that this device responds to.
BankedRegister(RegisterBase ®1, RegisterBase ®2)
Bitfield< 1 > overrunError
void read(void *buf) override
virtual void read(void *buf)=0
virtual const std::string & name() const
void read(void *buf, off_t offset, size_t bytes) override
void write(const void *buf, off_t offset, size_t bytes) override
const std::string & name() const override
A Packet is used to encapsulate a transfer between two objects in the memory system (e....
PairedRegister(RegisterBase ®1, RegisterBase ®2)
uint64_t Tick
Tick count type.
void read(void *buf, off_t offset, size_t bytes) override
Iir readIir(Register< Iir > ®)
BitUnion8(Ier) Bitfield< 0 > rdi
virtual void write(const void *buf)=0
void dataAvailable() override
Inform the uart that there is data available.
void write(const void *buf, off_t offset, size_t bytes) override
void read(void *buf) override
virtual bool intStatus()
Return if we have an interrupt pending.
#define panic_if(cond,...)
Conditional panic macro that checks the supplied condition and only panics if the condition is true a...
EndBitUnion(Ier) BitUnion8(Iir) Bitfield< 0 > pending
Bitfield< 2 > parityError
void serialize(CheckpointOut &cp) const override
Serialize an object.
const std::string & name() const
Bitfield< 3 > framingError
void processIntrEvent(int intrBit)
EventFunctionWrapper rxIntrEvent
RWSwitchedRegister rbrThr
void write(const void *buf) override
bool unserialize(const std::string &s) override
std::ostream CheckpointOut
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
EventFunctionWrapper txIntrEvent
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
uint8_t readRbr(Register8 ®)
Generated on Tue Dec 21 2021 11:34:30 for gem5 by doxygen 1.8.17