Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dsa11x0-dma.c48 #define DCSR_BIU (1 << 7) macro
205 if (((dcsr & (DCSR_BIU | DCSR_STRTB)) == (DCSR_BIU | DCSR_STRTB)) || in sa11x0_dma_start_sg()
206 ((dcsr & (DCSR_BIU | DCSR_STRTA)) == 0)) { in sa11x0_dma_start_sg()
412 if ((dcsr & (DCSR_BIU | DCSR_STRTA)) == DCSR_STRTA || in sa11x0_dma_pos()
413 (dcsr & (DCSR_BIU | DCSR_STRTB)) == DCSR_BIU) in sa11x0_dma_pos()
1007 if (dcsr & DCSR_BIU) { in sa11x0_dma_suspend()
1039 WARN_ON(dcsr & (DCSR_BIU | DCSR_STRTA | DCSR_STRTB | DCSR_RUN)); in sa11x0_dma_resume()