Home
last modified time | relevance | path

Searched refs:count_latched (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/timer/
H A Di8254.c120 if (!s->count_latched) { in pit_latch_count()
122 s->count_latched = s->rw_mode; in pit_latch_count()
212 } else if (s->count_latched) { in pit_ioport_read()
213 switch(s->count_latched) { in pit_ioport_read()
217 s->count_latched = 0; in pit_ioport_read()
221 s->count_latched = 0; in pit_ioport_read()
225 s->count_latched = RW_STATE_MSB; in pit_ioport_read()
H A Di8254_common.c186 VMSTATE_UINT8(count_latched, PITChannelState),
/openbmc/qemu/hw/i386/kvm/
H A Di8254.c111 sc->count_latched = kchan->count_latched; in kvm_pit_get()
148 kchan->count_latched = sc->count_latched; in kvm_pit_put()
/openbmc/linux/arch/x86/kvm/
H A Di8254.c178 if (!c->count_latched) { in pit_latch_count()
180 c->count_latched = c->rw_mode; in pit_latch_count()
535 } else if (s->count_latched) { in pit_ioport_read()
536 switch (s->count_latched) { in pit_ioport_read()
540 s->count_latched = 0; in pit_ioport_read()
544 s->count_latched = 0; in pit_ioport_read()
548 s->count_latched = RW_STATE_MSB; in pit_ioport_read()
H A Di8254.h12 u8 count_latched; member
/openbmc/qemu/include/hw/timer/
H A Di8254_internal.h35 uint8_t count_latched; member
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h271 __u8 count_latched; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h271 __u8 count_latched; member
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h270 __u8 count_latched; member