Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_axi_emac.c55 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro
340 temp &= ~XAXIDMA_CR_RUNSTOP_MASK; in axiemac_stop()
344 temp &= ~XAXIDMA_CR_RUNSTOP_MASK; in axiemac_stop()
480 temp |= XAXIDMA_CR_RUNSTOP_MASK; in axiemac_start()
529 temp |= XAXIDMA_CR_RUNSTOP_MASK; in axiemac_send()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ni/
H A Dnixge.c36 #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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c331 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()
342 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_bd_init()
1174 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_stop()
1178 cr &= ~(XAXIDMA_CR_RUNSTOP_MASK | XAXIDMA_IRQ_ALL_MASK); in axienet_stop()
1794 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()
1805 cr | XAXIDMA_CR_RUNSTOP_MASK); in axienet_dma_err_handler()
H A Dxilinx_axienet.h84 #define XAXIDMA_CR_RUNSTOP_MASK 0x00000001 /* Start/stop DMA channel */ macro