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

/gem5/src/dev/x86/
H A Di8042.cc52 statusReg(0), commandByte(0), dataReg(0), lastCommand(NoCommand),
58 statusReg.passedSelfTest = 1;
59 statusReg.commandLast = 1;
60 statusReg.keyboardUnlocked = 1;
92 statusReg.outputFull = 1;
93 statusReg.mouseOutputFull = (mouse ? 1 : 0);
115 statusReg.outputFull = 0;
116 statusReg.mouseOutputFull = 0;
135 //DPRINTF(I8042, "Read status as %#02x.\n", (uint8_t)statusReg);
136 pkt->setLE<uint8_t>((uint8_t)statusReg);
[all...]
H A Di8042.hh103 StatusReg statusReg; member in class:X86ISA::I8042

Completed in 5 milliseconds