Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Di8254.c52 static int pit_get_count(PITChannelState *s) in pit_get_count() function
121 s->latched_count = pit_get_count(s); in pit_latch_count()
232 count = pit_get_count(s); in pit_ioport_read()
236 count = pit_get_count(s); in pit_ioport_read()
240 count = pit_get_count(s); in pit_ioport_read()
245 count = pit_get_count(s); in pit_ioport_read()
/openbmc/linux/arch/x86/kvm/
H A Di8254.c115 static int pit_get_count(struct kvm_pit *pit, int channel) in pit_get_count() function
179 c->latched_count = pit_get_count(pit, channel); in pit_latch_count()
555 count = pit_get_count(pit, addr); in pit_ioport_read()
559 count = pit_get_count(pit, addr); in pit_ioport_read()
563 count = pit_get_count(pit, addr); in pit_ioport_read()
568 count = pit_get_count(pit, addr); in pit_ioport_read()