Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
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()