Home
last modified time | relevance | path

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

/openbmc/linux/sound/mips/
H A Dsgio2audio.c65 #define CHANNEL_RING_MASK (CHANNEL_RING_SIZE - 1) macro
377 src_pos = (src_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_pull_frag()
427 dst_pos = (dst_pos + sizeof(u64)) & CHANNEL_RING_MASK; in snd_sgio2audio_dma_push_frag()