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

/gem5/src/dev/serial/
H A Duart.hh46 const int TX_INT = 0x2; variable
H A Duart8250.cc91 txIntrEvent([this]{ processIntrEvent(TX_INT); }, "TX"),
137 else if (status & TX_INT) {
140 status &= ~TX_INT;
194 status &= ~TX_INT;
224 if (status & TX_INT)
226 status &= ~TX_INT;

Completed in 5 milliseconds