Searched refs:DCSR_STRTB (Results 1 – 2 of 2) sorted by relevance
43 #define DCSR_STRTB (1 << 6) macro173 if ((dcsr & (DCSR_STRTA | DCSR_STRTB)) == (DCSR_STRTA | DCSR_STRTB)) in sa11x0_dma_start_sg()201 if (((dcsr & (DCSR_BIU | DCSR_STRTB)) == (DCSR_BIU | DCSR_STRTB)) || in sa11x0_dma_start_sg()209 dcsr = DCSR_STRTB | DCSR_IE | DCSR_RUN; in sa11x0_dma_start_sg()313 (DCSR_STRTA | DCSR_STRTB)); in sa11x0_dma_start_txd()316 writel_relaxed(DCSR_RUN | DCSR_STRTA | DCSR_STRTB, in sa11x0_dma_start_txd()409 (dcsr & (DCSR_BIU | DCSR_STRTB)) == DCSR_BIU) in sa11x0_dma_pos()771 DCSR_STRTB | DCSR_DONEB, in sa11x0_dma_device_terminate_all()940 DCSR_DONEA | DCSR_STRTA | DCSR_DONEB | DCSR_STRTB, in sa11x0_dma_probe()1026 (dcsr & DCSR_STRTB ? DCSR_STRTA : 0); in sa11x0_dma_suspend()[all …]
2547 #define DCSR_STRTB 0x00000040 /* STaRTed DMA transfer buffer B */ macro