Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/atari/
H A Dstdma.c45 static int stdma_locked; /* the semaphore */ variable
73 if (stdma_locked) { in stdma_try_lock()
78 stdma_locked = 1; in stdma_try_lock()
130 stdma_locked = 0; in stdma_release()
153 result = stdma_locked && (stdma_isr == handler); in stdma_is_locked_by()
178 return stdma_locked; in stdma_islocked()