Searched refs:XAXIDMA_CR_RUNSTOP_MASK (Results 1 – 2 of 2) sorted by relevance
270 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()280 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()983 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in axienet_stop()986 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in axienet_stop()1432 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()1442 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()
79 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro