Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dxilinx_axi_emac.c57 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro
360 temp &= ~XAXIDMA_CR_RUNSTOP_MASK; in axiemac_stop()
364 temp &= ~XAXIDMA_CR_RUNSTOP_MASK; in axiemac_stop()
500 temp |= XAXIDMA_CR_RUNSTOP_MASK; in axiemac_start()
549 temp |= XAXIDMA_CR_RUNSTOP_MASK; in axiemac_send()
/openbmc/linux/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); in nixge_hw_dma_bd_init()
386 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_hw_dma_bd_init()
853 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()
864 cr | XAXIDMA_CR_RUNSTOP_MASK); in nixge_dma_err_handler()
926 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()
929 cr & (~XAXIDMA_CR_RUNSTOP_MASK)); in nixge_stop()
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet.h84 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro
H A Dxilinx_axienet_main.c262 lp->rx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
272 lp->tx_dma_cr |= XAXIDMA_CR_RUNSTOP_MASK; in axienet_dma_start()
547 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()
552 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_dma_stop()