HomeSort by relevance Sort by last modified time
    Searched full:pitchannelstate (Results 1 - 1 of 1) sorted by null

  /external/qemu/hw/
i8254.c 36 typedef struct PITChannelState {
54 } PITChannelState;
57 PITChannelState channels[3];
62 static void pit_irq_timer_update(PITChannelState *s, int64_t current_time);
64 static int pit_get_count(PITChannelState *s)
89 static int pit_get_out1(PITChannelState *s, int64_t current_time)
122 PITChannelState *s = &pit->channels[channel];
127 static int64_t pit_get_next_transition_time(PITChannelState *s,
180 PITChannelState *s = &pit->channels[channel];
211 PITChannelState *s = &pit->channels[channel]
    [all...]

Completed in 38 milliseconds