Searched refs:read_byte (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),
116 read_byte = LSB;
139 switch (read_byte) {
141 read_byte = MSB;
145 read_byte = LSB;
154 switch (read_byte) {
156 read_byte = MSB;
160 read_byte = LSB;
240 paramOut(cp, base + ".read_byte", read_byte);
[all...]
H A Dintel_8254_timer.hh141 /** Set of values for read_byte and write_byte */
145 uint8_t read_byte, write_byte; member in class:Intel8254Timer::Counter

Completed in 3 milliseconds