DCSR_BIU 201 drivers/dma/sa11x0-dma.c if (((dcsr & (DCSR_BIU | DCSR_STRTB)) == (DCSR_BIU | DCSR_STRTB)) || DCSR_BIU 202 drivers/dma/sa11x0-dma.c ((dcsr & (DCSR_BIU | DCSR_STRTA)) == 0)) { DCSR_BIU 408 drivers/dma/sa11x0-dma.c if ((dcsr & (DCSR_BIU | DCSR_STRTA)) == DCSR_STRTA || DCSR_BIU 409 drivers/dma/sa11x0-dma.c (dcsr & (DCSR_BIU | DCSR_STRTB)) == DCSR_BIU) DCSR_BIU 1020 drivers/dma/sa11x0-dma.c if (dcsr & DCSR_BIU) { DCSR_BIU 1052 drivers/dma/sa11x0-dma.c WARN_ON(dcsr & (DCSR_BIU | DCSR_STRTA | DCSR_STRTB | DCSR_RUN));