Home
last modified time | relevance | path

Searched refs:xlnx_csu_dma_is_paused (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/dma/
H A Dxlnx_csu_dma.c117 static bool xlnx_csu_dma_is_paused(XlnxCSUDMA *s) in xlnx_csu_dma_is_paused() function
297 while (s->regs[R_SIZE] && !xlnx_csu_dma_is_paused(s) && in xlnx_csu_dma_src_notify()
399 if (!xlnx_csu_dma_is_paused(s)) { in ctrl_post_write()
403 if (!xlnx_csu_dma_is_paused(s) && s->notify) { in ctrl_post_write()
600 if (len && (xlnx_csu_dma_is_paused(s) || mlen == 0)) { in xlnx_csu_dma_stream_push()