Home
last modified time | relevance | path

Searched refs:dmacHw_INTERRUPT_STATUS_TRANS (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/arm/mach-bcmring/include/csp/
DdmacHw.h133 dmacHw_INTERRUPT_STATUS_TRANS = 0x1, /* End of DMA transfer interrupt */ enumerator
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/
Ddma.h201 #define DMA_HANDLER_REASON_TRANSFER_COMPLETE dmacHw_INTERRUPT_STATUS_TRANS
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw_extra.c417 status |= dmacHw_INTERRUPT_STATUS_TRANS; in dmacHw_getInterruptStatus()
/linux-2.6.39/arch/arm/mach-bcmring/
Ddma.c328 if ((irqStatus & dmacHw_INTERRUPT_STATUS_TRANS) != 0) { in dma_interrupt_handler()