Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dsa11x0-dma.c42 #define DCSR_DONEB (1 << 5) macro
256 if (!(dcsr & (DCSR_ERROR | DCSR_DONEA | DCSR_DONEB))) in sa11x0_dma_irq()
260 writel_relaxed(dcsr & (DCSR_ERROR | DCSR_DONEA | DCSR_DONEB), in sa11x0_dma_irq()
290 if (dcsr & DCSR_DONEB) in sa11x0_dma_irq()
771 DCSR_STRTB | DCSR_DONEB, in sa11x0_dma_device_terminate_all()
940 DCSR_DONEA | DCSR_STRTA | DCSR_DONEB | DCSR_STRTB, in sa11x0_dma_probe()
/openbmc/u-boot/include/
H A DSA-1100.h2546 #define DCSR_DONEB 0x00000020 /* DONE DMA transfer buffer B */ macro