Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/dma/
Dsa11x0-dma.c47 #define DCSR_STRTB (1 << 6) macro
177 if ((dcsr & (DCSR_STRTA | DCSR_STRTB)) == (DCSR_STRTA | DCSR_STRTB)) in sa11x0_dma_start_sg()
205 if (((dcsr & (DCSR_BIU | DCSR_STRTB)) == (DCSR_BIU | DCSR_STRTB)) || in sa11x0_dma_start_sg()
213 dcsr = DCSR_STRTB | DCSR_IE | DCSR_RUN; in sa11x0_dma_start_sg()
317 (DCSR_STRTA | DCSR_STRTB)); in sa11x0_dma_start_txd()
320 writel_relaxed(DCSR_RUN | DCSR_STRTA | DCSR_STRTB, in sa11x0_dma_start_txd()
413 (dcsr & (DCSR_BIU | DCSR_STRTB)) == DCSR_BIU) in sa11x0_dma_pos()
777 DCSR_STRTB | DCSR_DONEB, in sa11x0_dma_device_terminate_all()
927 DCSR_DONEA | DCSR_STRTA | DCSR_DONEB | DCSR_STRTB, in sa11x0_dma_probe()
1012 saved_dcsr |= (dcsr & DCSR_STRTA ? DCSR_STRTB : 0) | in sa11x0_dma_suspend()
[all …]