Home | History | Annotate | Download | only in timer

Lines Matching defs:count_latched

39     uint8_t count_latched;
239 if (!s->count_latched) {
241 s->count_latched = s->rw_mode;
321 } else if (s->count_latched) {
322 switch(s->count_latched) {
326 s->count_latched = 0;
330 s->count_latched = 0;
334 s->count_latched = RW_STATE_MSB;
402 qemu_put_8s(f, &s->count_latched);
433 qemu_get_8s(f, &s->count_latched);