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

/gem5/src/dev/x86/
H A Di8042.cc52 statusReg(0), commandByte(0), dataReg(0), lastCommand(NoCommand),
62 commandByte.convertScanCodes = 1;
63 commandByte.passedSelfTest = 1;
64 commandByte.keyboardFullInt = 1;
94 if (!mouse && commandByte.keyboardFullInt) {
101 } else if (mouse && commandByte.mouseFullInt) {
164 commandByte = data;
167 statusReg.passedSelfTest = (uint8_t)commandByte.passedSelfTest;
211 writeData(commandByte);
225 commandByte
[all...]
H A Di8042.hh104 CommandByte commandByte; member in class:X86ISA::I8042

Completed in 6 milliseconds