Searched refs:DMACR_RESET (Results 1 – 2 of 2) sorted by relevance
133 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()
38 #define DMACR_RESET (1 << 2) /* Soft reset the AXI DMA core. */ macro