Home
last modified time | relevance | path

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

/sound/mips/
A Dsnd-n64.c52 void *ring_base; member
91 memcpy(priv->ring_base + priv->chan.nextpos, in n64audio_push()
307 priv->ring_base = dma_alloc_coherent(card->dev, 32 * 1024, &priv->ring_base_dma, in n64audio_probe()
309 if (!priv->ring_base) { in n64audio_probe()
358 dma_free_coherent(card->dev, 32 * 1024, priv->ring_base, priv->ring_base_dma); in n64audio_probe()
A Dsgio2audio.c91 void *ring_base; member
359 src_base = (unsigned long) chip->ring_base | (ch << CHANNEL_RING_SHIFT); in snd_sgio2audio_dma_pull_frag()
407 dst_base = (unsigned long)chip->ring_base | (ch << CHANNEL_RING_SHIFT); in snd_sgio2audio_dma_push_frag()
770 chip->ring_base, chip->ring_base_dma); in snd_sgio2audio_free()
807 chip->ring_base = dma_alloc_coherent(card->dev, in snd_sgio2audio_create()
810 if (chip->ring_base == NULL) { in snd_sgio2audio_create()

Completed in 6 milliseconds