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

/arch/arm/mach-msm/
H A Ddma.c33 static unsigned int channel_active; variable
61 if (!channel_active)
77 if (!channel_active)
79 channel_active |= 1U << id;
82 if (!channel_active)
235 channel_active &= ~(1U << id);
239 if (!channel_active) {

Completed in 47 milliseconds