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

/gem5/src/dev/serial/
H A Duart8250.hh76 void processIntrEvent(int intrBit);
H A Duart8250.cc51 Uart8250::processIntrEvent(int intrBit) argument
53 if (intrBit & IER) {
56 status |= intrBit;

Completed in 3 milliseconds