Home
last modified time | relevance | path

Searched refs:CHANNEL_RING_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/mips/
H A Dsgio2audio.c65 #define CHANNEL_RING_SIZE (1 << CHANNEL_RING_SHIFT) macro
66 #define CHANNEL_RING_MASK (CHANNEL_RING_SIZE - 1)
453 snd_sgio2audio_dma_push_frag(chip, ch, CHANNEL_RING_SIZE - 32); in snd_sgio2audio_dma_start()
481 count = CHANNEL_RING_SIZE - in snd_sgio2audio_dma_in_isr()
500 count = CHANNEL_RING_SIZE - in snd_sgio2audio_dma_out_isr()
/kernel/linux/linux-6.6/sound/mips/
H A Dsgio2audio.c64 #define CHANNEL_RING_SIZE (1 << CHANNEL_RING_SHIFT) macro
65 #define CHANNEL_RING_MASK (CHANNEL_RING_SIZE - 1)
452 snd_sgio2audio_dma_push_frag(chip, ch, CHANNEL_RING_SIZE - 32); in snd_sgio2audio_dma_start()
480 count = CHANNEL_RING_SIZE - in snd_sgio2audio_dma_in_isr()
499 count = CHANNEL_RING_SIZE - in snd_sgio2audio_dma_out_isr()

Completed in 3 milliseconds