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 */ macro318 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()329 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()785 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()796 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()858 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()861 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()
269 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()280 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()990 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in axienet_stop()993 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in axienet_stop()1403 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()1414 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()
83 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro