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