Searched refs:XAXIDMA_CR_RUNSTOP_MASK (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/ethernet/ni/
H A Dnixge.c35 #define XAXIDMA_CR_RUNSTOP_MASK 0x1 /* Start/stop DMA channel */ macro
375 cr | XAXIDMA_CR_RUNSTOP_MASK);
386 cr | XAXIDMA_CR_RUNSTOP_MASK);
852 cr | XAXIDMA_CR_RUNSTOP_MASK);
863 cr | XAXIDMA_CR_RUNSTOP_MASK);
925 cr & (~XAXIDMA_CR_RUNSTOP_MASK));
928 cr & (~XAXIDMA_CR_RUNSTOP_MASK));
/linux-master/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h85 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro
H A Dxilinx_axienet_main.c282 lp->rx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK;
292 lp->tx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK;
566 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK);
571 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK);

Completed in 251 milliseconds