Searched refs:PITChannelState (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/include/hw/timer/ |
| H A D | i8254_internal.h | 32 typedef struct PITChannelState { struct 51 } PITChannelState; argument 57 PITChannelState channels[3]; 63 void (*set_channel_gate)(PITCommonState *s, PITChannelState *sc, int val); 64 void (*get_channel_info)(PITCommonState *s, PITChannelState *sc, 70 int pit_get_out(PITChannelState *s, int64_t current_time); 71 int64_t pit_get_next_transition_time(PITChannelState *s, int64_t current_time); 72 void pit_get_channel_info_common(PITCommonState *s, PITChannelState *sc,
|
| /openbmc/qemu/hw/i386/kvm/ |
| H A D | i8254.c | 92 struct PITChannelState *sc; in kvm_pit_get() 134 struct PITChannelState *sc; in kvm_pit_put() 169 static void kvm_pit_set_gate(PITCommonState *s, PITChannelState *sc, int val) in kvm_pit_set_gate() 194 static void kvm_pit_get_channel_info(PITCommonState *s, PITChannelState *sc, in kvm_pit_get_channel_info() 214 PITChannelState *s = &pit->channels[0]; in kvm_pit_irq_control()
|