Go to the documentation of this file.
40 #include "debug/Uart.hh"
55 DPRINTF(
Uart,
"UART InterEvent, not interrupting\n");
76 DPRINTF(
Uart,
"Scheduling IER interrupt for %s, at cycle %lld\n",
78 if (!
event->scheduled())
86 :
Uart(
p,
p.pio_size), registers(this,
name() +
".registers"),
89 rxIntrEvent([
this]{ processIntrEvent(
RX_INT); },
"RX")
94 RegisterBankLE(new_name, 0), rbrThr(rbr, thr), rbrThrDll(rbrThr, dll),
95 ierDlh(ier, dlh), iirFcr(iir, fcr)
102 lcr.writer([
this](
auto &
reg,
const auto &value) {
116 if (device->dataAvailable())
164 iir.id = (uint8_t)InterruptIds::Rx;
166 iir.id = (uint8_t)InterruptIds::Tx;
181 DPRINTF(
Uart,
"IER: IER_THRI set, scheduling TX intrrupt\n");
183 DPRINTF(
Uart,
"-- Interrupting Immediately... %d,%d\n",
192 DPRINTF(
Uart,
"IER: IER_THRI cleared, descheduling TX intrrupt\n");
201 DPRINTF(
Uart,
"IER: IER_RDI set, scheduling RX intrrupt\n");
204 DPRINTF(
Uart,
"IER: IER_RDI cleared, descheduling RX intrrupt\n");
231 DPRINTF(
Uart,
"Write register %#x value %#x\n", daddr,
void addRegisters(std::initializer_list< std::reference_wrapper< RegisterBase >> regs)
bool scheduled() const
Determine if the current event is scheduled.
void makeAtomicResponse()
Addr pioAddr
Address that the device listens to.
#define UNSERIALIZE_SCALAR(scalar)
void reschedule(Event &event, Tick when, bool always=false)
Iir readIir(Register< Iir > ®)
uint64_t Tick
Tick count type.
RWSwitchedRegister iirFcr
void processIntrEvent(int intrBit)
void deschedule(Event &event)
void writeIer(Register< Ier > ®, const Ier &ier)
virtual void write(Addr addr, const void *buf, Addr bytes)
Tick when() const
Get the time that the event is scheduled.
void writeThr(Register8 ®, const uint8_t &data)
EventFunctionWrapper txIntrEvent
AddrRangeList getAddrRanges() const override
Determine the address ranges that this device responds to.
virtual void read(Addr addr, void *buf, Addr bytes)
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
void schedule(Event &event, Tick when)
virtual bool dataAvailable() const =0
Check if there is pending data from the serial device.
constexpr This & reader(const ReadFunc &new_reader)
AddrRange RangeSize(Addr start, Addr size)
Addr pioSize
Size that the device's address range.
virtual uint8_t readData()=0
Read a character from the device.
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
void scheduleIntr(Event *event)
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
const std::string & name()
#define SERIALIZE_SCALAR(scalar)
EventFunctionWrapper rxIntrEvent
void paramOut(CheckpointOut &cp, const std::string &name, ExtMachInst const &machInst)
T getRaw() const
Get the data in the packet without byte swapping.
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....
constexpr This & readonly()
void dataAvailable() override
Inform the uart that there is data available.
Tick pioDelay
Delay that the device experinces on an access.
Registers(Uart8250 *uart, const std::string &new_name)
T * getPtr()
get a pointer to the data ptr.
std::ostream CheckpointOut
virtual void writeData(uint8_t c)=0
Transmit a character from the host interface to the device.
Tick curTick()
The universal simulation clock.
Uart8250(const Params &p)
void paramIn(CheckpointIn &cp, const std::string &name, ExtMachInst &machInst)
void unserialize(CheckpointIn &cp) override
Unserialize an object.
constexpr This & writer(const WriteFunc &new_writer)
Generated on Tue Jun 22 2021 15:28:28 for gem5 by doxygen 1.8.17