Searched refs:dma_descs (Results 1 – 2 of 2) sorted by relevance
68 desc = &ac->dma_descs[pb]; in tw686x_audio_irq()301 if (!ac->dma_descs[pb].virt) in tw686x_audio_dma_free()303 dma_free_coherent(&dev->pci_dev->dev, ac->dma_descs[pb].size, in tw686x_audio_dma_free()304 ac->dma_descs[pb].virt, in tw686x_audio_dma_free()305 ac->dma_descs[pb].phys); in tw686x_audio_dma_free()306 ac->dma_descs[pb].virt = NULL; in tw686x_audio_dma_free()329 &ac->dma_descs[pb].phys, GFP_KERNEL); in tw686x_audio_dma_alloc()336 ac->dma_descs[pb].virt = virt; in tw686x_audio_dma_alloc()337 ac->dma_descs[pb].size = AUDIO_DMA_SIZE_MAX; in tw686x_audio_dma_alloc()338 reg_write(dev, reg, ac->dma_descs[pb].phys); in tw686x_audio_dma_alloc()
70 struct tw686x_dma_desc dma_descs[2]; member85 struct tw686x_dma_desc dma_descs[2]; member