Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()