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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer2.h134 #define FLG_L1_ACTIV 12 macro
H A Dlayer2.c1937 test_and_set_bit(FLG_L1_ACTIV, &l2->flag);
1944 test_and_clear_bit(FLG_L1_ACTIV, &l2->flag);
1962 if (test_bit(FLG_L1_ACTIV, &l2->flag)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disdnl2.c1694 test_and_set_bit(FLG_L1_ACTIV, &st->l2.flag);
1700 test_and_clear_bit(FLG_L1_ACTIV, &st->l2.flag);
1724 if (test_bit(FLG_L1_ACTIV, &st->l2.flag)) {
H A Dhisax.h243 #define FLG_L1_ACTIV 12 macro

Completed in 98 milliseconds