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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A 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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/csp/
H A DdmacHw.h128 dmacHw_INTERRUPT_ENABLE /* Interrupt enable */ enumerator in enum:__anon7899
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw.c499 if (pConfig->blockTransferInterrupt == dmacHw_INTERRUPT_ENABLE) {
505 if (pConfig->completeTransferInterrupt == dmacHw_INTERRUPT_ENABLE) {
511 if (pConfig->errorInterrupt == dmacHw_INTERRUPT_ENABLE) {

Completed in 123 milliseconds