Lines Matching refs:status
95 /* Allocate space for descriptor status FIFO */
116 "DMAC%d desc status FIFO @ %p (phys = %pad) size=0x%x",
131 /* Setup descriptor status FIFO */
185 /* Free space allocated for status descriptors */
239 /* Free space allocated for status FIFO */
391 /* Check and clear descriptor status FIFO entries */
450 tsi_debug(DMA, ch_dev, "DMAC%d BD ring status: rdi=%d wri=%d",
621 /* Setup descriptor status FIFO */
640 desc->status = DMA_ERROR;
651 "DMAC%d descriptor status FIFO is full",
666 desc->status = DMA_COMPLETE;
713 desc->status = DMA_IN_PROGRESS;
802 enum dma_status status;
805 status = dma_cookie_status(dchan, cookie, txstate);
807 return status;