Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c268 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()
279 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()
997 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in axienet_stop()
1000 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in axienet_stop()
1459 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()
1470 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()
Dxilinx_axienet.h82 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro