Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpxa2xx_dma.c108 #define DCSR_CMPST (1 << 10) macro
163 if ((s->chan[ch].descr & DDADR_BREN) && (s->chan[ch].state & DCSR_CMPST)) in pxa2xx_dma_descriptor_fetch()
389 s->chan[channel].state &= ~DCSR_CMPST; in pxa2xx_dma_write()
391 s->chan[channel].state |= DCSR_CMPST; in pxa2xx_dma_write()
/openbmc/linux/drivers/dma/
H A Dmmp_pdma.c46 #define DCSR_CMPST BIT(10) /* The Descriptor Compare Status */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h143 #define DCSR_CMPST (1 << 10) /* The Descriptor Compare Status */ macro