Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/xilinx/
Dxilinx_axienet.h87 #define XAXIDMA_SR_HALT_MASK 0x00000001 /* Indicates DMA channel halted */ macro
Dxilinx_axienet_main.c556 for (count = 0; !(sr & XAXIDMA_SR_HALT_MASK) && count < 5; ++count) { in axienet_dma_stop()
562 for (count = 0; !(sr & XAXIDMA_SR_HALT_MASK) && count < 5; ++count) { in axienet_dma_stop()