Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ni/
Dnixge.c35 #define XAXIDMA_CR_RUNSTOP_MASK 0x1 /* Start/stop DMA channel */ macro
375 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()
386 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()
852 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()
863 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()
925 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()
928 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()
/linux-6.12.1/drivers/net/ethernet/xilinx/
Dxilinx_axienet.h85 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro
Dxilinx_axienet_main.c282 lp->rx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
292 lp->tx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
630 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()
635 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()