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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/act2000/
H A Dact2000_isa.c235 if (test_and_set_bit(ACT2000_LOCK_RX, (void *) &card->ilock) != 0)
250 test_and_clear_bit(ACT2000_LOCK_RX, (void *) &card->ilock);
290 test_and_clear_bit(ACT2000_LOCK_RX, (void *) &card->ilock);
301 if (test_and_set_bit(ACT2000_LOCK_TX, (void *) &card->ilock) != 0)
320 test_and_clear_bit(ACT2000_LOCK_TX, (void *) &card->ilock);
328 test_and_clear_bit(ACT2000_LOCK_TX, (void *) &card->ilock);
H A Dact2000.h160 unsigned long ilock; /* Semaphores for IRQ-Routines */ member in struct:act2000_card

Completed in 165 milliseconds