Searched refs:LSB (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),
105 write_byte(LSB), parent(p)
116 read_byte = LSB;
140 case LSB:
145 read_byte = LSB;
155 case LSB:
160 read_byte = LSB;
173 case LSB:
196 write_byte = LSB;
205 panic("Only LSB/MS
[all...]
H A Dintel_8254_timer.hh142 enum {LSB, MSB}; enumerator in enum:Intel8254Timer::Counter::__anon52

Completed in 3 milliseconds