Home
last modified time | relevance | path

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

/src/sys/dev/xilinx/
H A Daxidma.c133 AXIDMA_WR4(sc, AXI_DMACR(chan_id), DMACR_RESET); in axidma_reset()
138 if ((AXIDMA_RD4(sc, AXI_DMACR(chan_id)) & DMACR_RESET) == 0) in axidma_reset()
H A Daxidma.h38 #define DMACR_RESET (1 << 2) /* Soft reset the AXI DMA core. */ macro