Searched refs:stdma_locked (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/m68k/atari/
H A Dstdma.c46 static int stdma_locked; /* the semaphore */ variable
88 wait_event(stdma_wait, !stdma_locked);
90 stdma_locked = 1;
115 stdma_locked = 0;
160 return stdma_locked;

Completed in 24 milliseconds