Lines Matching refs:PITChannelState
50 static void pit_irq_timer_update(PITChannelState *s, int64_t current_time);
52 static int pit_get_count(PITChannelState *s) in pit_get_count()
78 static void pit_set_channel_gate(PITCommonState *s, PITChannelState *sc, in pit_set_channel_gate()
108 static inline void pit_load_count(PITChannelState *s, int val) in pit_load_count()
118 static void pit_latch_count(PITChannelState *s) in pit_latch_count()
131 PITChannelState *s; in pit_ioport_write()
199 PITChannelState *s; in pit_ioport_read()
254 static void pit_irq_timer_update(PITChannelState *s, int64_t current_time) in pit_irq_timer_update()
279 PITChannelState *s = opaque; in pit_irq_timer()
287 PITChannelState *s; in pit_reset()
302 PITChannelState *s = &pit->channels[0]; in pit_irq_control()
325 PITChannelState *sc = &s->channels[0]; in pit_post_load()
338 PITChannelState *s; in pit_realizefn()