Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpxa2xx_dma.c115 #define DCSR_EORIRQEN (1 << 28) macro
129 if ((s->chan[ch].state & DCSR_EORIRQEN) && in pxa2xx_dma_update()
/openbmc/linux/drivers/dma/
H A Dmmp_pdma.c41 #define DCSR_EORIRQEN BIT(28) /* End of Receive Interrupt Enable (R/W) */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h138 #define DCSR_EORIRQEN (1 << 28) /* End of Receive Interrupt Enable (R/W) */ macro