Home
last modified time | relevance | path

Searched refs:count_LSB_latched (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/
H A Dpit82c54.cc77 if (thisctr.count_LSB_latched || thisctr.count_MSB_latched) { in latch_counter()
87 thisctr.count_LSB_latched=1; in latch_counter()
91 thisctr.count_LSB_latched=1; in latch_counter()
104 thisctr.count_LSB_latched=1; in latch_counter()
193 counter[i].count_LSB_latched=0; in init()
226 BXRS_PARAM_BOOL(tim, count_LSB_latched, counter[i].count_LSB_latched); in register_state()
627 if (thisctr.count_LSB_latched) { in read()
633 thisctr.count_LSB_latched=0; in read()
718 thisctr.count_LSB_latched=0; in write()
H A Dpit82c54.h81 bool count_LSB_latched; member