Searched refs:dma_descs (Results 1 – 3 of 3) sorted by relevance
71 desc = &ac->dma_descs[pb]; in tw686x_audio_irq()317 if (!ac->dma_descs[pb].virt) in tw686x_audio_dma_free()319 pci_free_consistent(dev->pci_dev, ac->dma_descs[pb].size, in tw686x_audio_dma_free()320 ac->dma_descs[pb].virt, in tw686x_audio_dma_free()321 ac->dma_descs[pb].phys); in tw686x_audio_dma_free()322 ac->dma_descs[pb].virt = NULL; in tw686x_audio_dma_free()344 &ac->dma_descs[pb].phys); in tw686x_audio_dma_alloc()351 ac->dma_descs[pb].virt = virt; in tw686x_audio_dma_alloc()352 ac->dma_descs[pb].size = AUDIO_DMA_SIZE_MAX; in tw686x_audio_dma_alloc()353 reg_write(dev, reg, ac->dma_descs[pb].phys); in tw686x_audio_dma_alloc()
56 struct tw686x_dma_desc *desc = &vc->dma_descs[pb]; in tw686x_buf_done()84 struct tw686x_dma_desc *desc = &vc->dma_descs[pb]; in tw686x_memcpy_dma_free()113 WARN(vc->dma_descs[pb].virt, in tw686x_memcpy_dma_alloc()118 &vc->dma_descs[pb].phys); in tw686x_memcpy_dma_alloc()125 vc->dma_descs[pb].size = len; in tw686x_memcpy_dma_alloc()126 vc->dma_descs[pb].virt = virt; in tw686x_memcpy_dma_alloc()127 reg_write(dev, reg, vc->dma_descs[pb].phys); in tw686x_memcpy_dma_alloc()261 struct tw686x_dma_desc *desc = &vc->dma_descs[pb]; in tw686x_sg_dma_free()276 struct tw686x_dma_desc *desc = &vc->dma_descs[pb]; in tw686x_sg_dma_alloc()295 virt = dev->video_channels[0].dma_descs[pb].virt + in tw686x_sg_dma_alloc()[all …]
73 struct tw686x_dma_desc dma_descs[2]; member88 struct tw686x_dma_desc dma_descs[2]; member