Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/
Ddma_device.c35 .completeTransferInterrupt = dmacHw_INTERRUPT_ENABLE,
36 .errorInterrupt = dmacHw_INTERRUPT_ENABLE,
67 .completeTransferInterrupt = dmacHw_INTERRUPT_ENABLE,
68 .errorInterrupt = dmacHw_INTERRUPT_ENABLE,
89 .completeTransferInterrupt = dmacHw_INTERRUPT_ENABLE,
90 .errorInterrupt = dmacHw_INTERRUPT_ENABLE,
117 .completeTransferInterrupt = dmacHw_INTERRUPT_ENABLE,
118 .errorInterrupt = dmacHw_INTERRUPT_ENABLE,
143 .blockTransferInterrupt = dmacHw_INTERRUPT_ENABLE,
145 .errorInterrupt = dmacHw_INTERRUPT_ENABLE,
[all …]
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw.c499 if (pConfig->blockTransferInterrupt == dmacHw_INTERRUPT_ENABLE) { in dmacHw_configChannel()
505 if (pConfig->completeTransferInterrupt == dmacHw_INTERRUPT_ENABLE) { in dmacHw_configChannel()
511 if (pConfig->errorInterrupt == dmacHw_INTERRUPT_ENABLE) { in dmacHw_configChannel()
/linux-2.6.39/arch/arm/mach-bcmring/include/csp/
DdmacHw.h128 dmacHw_INTERRUPT_ENABLE /* Interrupt enable */ enumerator