Searched refs:RX_INT (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/serial/
H A Duart.hh45 const int RX_INT = 0x1; variable
H A Duart8250.cc92 rxIntrEvent([this]{ processIntrEvent(RX_INT); }, "RX")
116 status &= ~RX_INT;
135 if (status & RX_INT) /* Rx data interrupt has a higher priority */
238 if (status & RX_INT)
240 status &= ~RX_INT;
273 status |= RX_INT;

Completed in 5 milliseconds