Searched refs:gDMA (Results 1 - 1 of 1) 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.c64 static DMA_Global_t gDMA; variable
121 if (down_interruptible(&gDMA.lock) < 0) {
134 &gDMA.controller[controllerIdx].channel[channelIdx];
186 up(&gDMA.lock);
205 if (down_interruptible(&gDMA.lock) < 0) {
253 up(&gDMA.lock);
296 return &gDMA.controller[controllerIdx].channel[channelIdx];
692 memset(&gDMA, 0, sizeof(gDMA));
694 init_MUTEX_LOCKED(&gDMA
[all...]

Completed in 102 milliseconds