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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 68 milliseconds