Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dhda-codec.c136 #define B_MASK (sizeof(st->buf) - 1) macro
247 uint32_t start = (rpos & B_MASK); in hda_audio_input_timer()
276 uint32_t start = (uint32_t) (wpos & B_MASK); in hda_audio_input_cb()
317 uint32_t start = (wpos & B_MASK); in hda_audio_output_timer()
355 uint32_t start = (uint32_t) (rpos & B_MASK); in hda_audio_output_cb()