Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpxa2xx_dma.c116 #define DCSR_STOPIRQEN (1 << 29) macro
123 if ((s->chan[ch].state & DCSR_STOPIRQEN) && in pxa2xx_dma_update()
366 if (s->chan[channel].state & DCSR_STOPIRQEN) in pxa2xx_dma_write()
/openbmc/linux/drivers/dma/
H A Dmmp_pdma.c34 #define DCSR_STOPIRQEN BIT(29) /* Stop Interrupt Enable (read / write) */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h135 #define DCSR_STOPIRQEN (1 << 29) /* Stop Interrupt Enable (read / write) */ macro