Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/ni/
Dnixge.c36 #define XAXIDMA_CR_RUNSTOP_MASK 0x1 /* Start/stop DMA channel */ macro
376 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()
387 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()
854 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()
865 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()
927 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()
930 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()
/Linux-v6.1/drivers/net/ethernet/xilinx/
Dxilinx_axienet.h84 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro
Dxilinx_axienet_main.c261 lp->rx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
271 lp->tx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
545 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()
550 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()