Searched refs:MCR (Results 1 - 2 of 2) sorted by relevance
/gem5/src/dev/serial/ |
H A D | uart8250.cc | 90 : Uart(p, 8), IER(0), DLAB(0), LCR(0), MCR(0), lastTxInt(0), 148 case 0x4: // Modem Control Register (MCR) 149 pkt->setRaw(MCR); 251 case 0x4: // Modem Control Register (MCR) 253 MCR = 0x9A; 293 SERIALIZE_SCALAR(MCR); 315 UNSERIALIZE_SCALAR(MCR);
|
H A D | uart8250.hh | 73 uint8_t IER, DLAB, LCR, MCR; member in class:Uart8250
|
Completed in 5 milliseconds