Searched refs:latched_count (Results 1 – 3 of 3) sorted by relevance
38 uint16_t latched_count; member240 s->latched_count = pit_get_count(s); in pit_latch_count()325 ret = s->latched_count & 0xff; in pit_ioport_read()329 ret = s->latched_count >> 8; in pit_ioport_read()333 ret = s->latched_count & 0xff; in pit_ioport_read()401 qemu_put_be16s(f, &s->latched_count); in pit_save()432 qemu_get_be16s(f, &s->latched_count); in pit_load()
205 __u16 latched_count; member