Searched refs:p_dma_desc (Results 1 – 1 of 1) sorted by relevance
63 struct isi_dma_desc *p_dma_desc; member172 (u32)isi->active->p_dma_desc->fbd_phys); in atmel_isi_handle_streaming()274 buf->p_dma_desc = NULL; in buffer_init()299 if (!buf->p_dma_desc) { in buffer_prepare()316 buf->p_dma_desc = desc; in buffer_prepare()330 if (buf->p_dma_desc) in buffer_cleanup()331 list_add(&buf->p_dma_desc->list, &isi->dma_desc_head); in buffer_cleanup()349 isi_writel(isi, ISI_DMA_C_DSCR, (u32)buffer->p_dma_desc->fbd_phys); in start_dma()