Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dsa11x0-dma.c44 #define DCSR_BIU (1 << 7) macro
201 if (((dcsr & (DCSR_BIU | DCSR_STRTB)) == (DCSR_BIU | DCSR_STRTB)) || in sa11x0_dma_start_sg()
202 ((dcsr & (DCSR_BIU | DCSR_STRTA)) == 0)) { in sa11x0_dma_start_sg()
408 if ((dcsr & (DCSR_BIU | DCSR_STRTA)) == DCSR_STRTA || in sa11x0_dma_pos()
409 (dcsr & (DCSR_BIU | DCSR_STRTB)) == DCSR_BIU) in sa11x0_dma_pos()
1018 if (dcsr & DCSR_BIU) { in sa11x0_dma_suspend()
1050 WARN_ON(dcsr & (DCSR_BIU | DCSR_STRTA | DCSR_STRTB | DCSR_RUN)); in sa11x0_dma_resume()