Searched refs:XAXIDMA_CR_RUNSTOP_MASK (Results 1 – 3 of 3) sorted by relevance
36 #define XAXIDMA_CR_RUNSTOP_MASK 0x1 /* Start/stop DMA channel */ macro374 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()385 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()852 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()863 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()924 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()927 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()
330 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()341 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()1128 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_stop()1132 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_stop()1797 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()1808 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()
84 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro