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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dact2000_isa.c231 if (test_and_set_bit(ACT2000_LOCK_RX, (void *) &card->ilock) != 0)
246 test_and_clear_bit(ACT2000_LOCK_RX, (void *) &card->ilock);
286 test_and_clear_bit(ACT2000_LOCK_RX, (void *) &card->ilock);
297 if (test_and_set_bit(ACT2000_LOCK_TX, (void *) &card->ilock) != 0)
316 test_and_clear_bit(ACT2000_LOCK_TX, (void *) &card->ilock);
324 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 29 milliseconds