Home
last modified time | relevance | path

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

/openbmc/qemu/hw/dma/
H A Dpxa2xx_dma.c103 #define DCSR_ENDINTR (1 << 2) macro
146 if (s->chan[ch].state & DCSR_ENDINTR) in pxa2xx_dma_update()
245 ch->state |= DCSR_ENDINTR; in pxa2xx_dma_run()
362 (DCSR_EORINT | DCSR_ENDINTR | in pxa2xx_dma_write()
/openbmc/linux/drivers/dma/
H A Dmmp_pdma.c37 #define DCSR_ENDINTR BIT(2) /* End Interrupt (read / write) */ macro
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h149 #define DCSR_ENDINTR (1 << 2) /* End Interrupt (read / write) */ macro