Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c295 lp->rx_dma_cr &= ~XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
302 lp->rx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
312 lp->tx_dma_cr &= ~XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
320 lp->tx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
662 cr = lp->rx_dma_cr & ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()
671 cr = lp->tx_dma_cr & ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()
2233 u32 cr, mask = ~XAXIDMA_CR_RUNSTOP_MASK; in axienet_ethtools_set_coalesce()
2280 axienet_update_coalesce_tx(lp, cr, ~XAXIDMA_CR_RUNSTOP_MASK); in axienet_ethtools_set_coalesce()
H A Dxilinx_axienet.h86 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro