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

/gem5/src/dev/
H A Dintel_8254_timer.cc104 output_high(false), latch_on(false), read_byte(LSB),
178 output_high = false;
228 return output_high;
238 paramOut(cp, base + ".output_high", output_high);
256 paramIn(cp, base + ".output_high", output_high);
288 counter->output_high = true;
H A Dintel_8254_timer.hh136 bool output_high; member in class:Intel8254Timer::Counter

Completed in 4 milliseconds