Searched refs:p_dma_desc (Results 1 – 1 of 1) sorted by relevance
64 struct isi_dma_desc *p_dma_desc; member180 (u32)isi->active->p_dma_desc->fbd_phys); in atmel_isi_handle_streaming()283 buf->p_dma_desc = NULL; in buffer_init()309 if (!buf->p_dma_desc) { in buffer_prepare()326 buf->p_dma_desc = desc; in buffer_prepare()341 if (buf->p_dma_desc) in buffer_cleanup()342 list_add(&buf->p_dma_desc->list, &isi->dma_desc_head); in buffer_cleanup()360 isi_writel(isi, ISI_DMA_C_DSCR, (u32)buffer->p_dma_desc->fbd_phys); in start_dma()