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

/gem5/src/dev/x86/
H A Di8042.hh85 Bitfield<2> passedSelfTest; member in class:X86ISA::I8042
94 Bitfield<2> passedSelfTest; member in class:X86ISA::I8042
H A Di8042.cc58 statusReg.passedSelfTest = 1;
63 commandByte.passedSelfTest = 1;
167 statusReg.passedSelfTest = (uint8_t)commandByte.passedSelfTest;

Completed in 10 milliseconds