Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dimx-sdma.c50 #define SDMA_H_STATSTOP 0x008 macro
737 return !!(readl(sdma->regs + SDMA_H_STATSTOP) & BIT(channel)); in is_sdma_channel_enabled()
755 ret = readl_relaxed_poll_timeout_atomic(sdma->regs + SDMA_H_STATSTOP, in sdma_run_channel0()
1181 writel_relaxed(BIT(channel), sdma->regs + SDMA_H_STATSTOP); in sdma_disable_channel()