Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dhda-codec.c134 #define HDA_TIMER_TICKS (SCALE_MS) macro
204 corr = HDA_TIMER_TICKS; in hda_timer_sync_adjust()
207 corr = -HDA_TIMER_TICKS; in hda_timer_sync_adjust()
210 corr = -(4 * HDA_TIMER_TICKS); in hda_timer_sync_adjust()
262 timer_mod_anticipate_ns(st->buft, now + HDA_TIMER_TICKS); in hda_audio_input_timer()
332 timer_mod_anticipate_ns(st->buft, now + HDA_TIMER_TICKS); in hda_audio_output_timer()
437 timer_mod_anticipate_ns(st->buft, now + HDA_TIMER_TICKS); in hda_audio_set_running()