Searched refs:pit_get_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | i8254.c | 115 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() 556 count = pit_get_count(pit, addr); in pit_ioport_read() 560 count = pit_get_count(pit, addr); in pit_ioport_read() 564 count = pit_get_count(pit, addr); in pit_ioport_read() 569 count = pit_get_count(pit, addr); in pit_ioport_read()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | i8254.c | 115 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()
|
Completed in 2 milliseconds