Searched refs:FLG_L1_ACTIVATED (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 Dlayer1.h19 #define FLG_L1_ACTIVATED 2 macro
H A Dlayer1.c179 if (!test_bit(FLG_L1_ACTIVATED, &l1->Flags)) {
210 test_and_set_bit(FLG_L1_ACTIVATED, &l1->Flags);
220 test_and_clear_bit(FLG_L1_ACTIVATED, &l1->Flags);
344 if (test_bit(FLG_L1_ACTIVATED, &l1->Flags))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disdnl1.c537 if (!test_bit(FLG_L1_ACTIVATED, &st->l1.Flags)) {
569 test_and_set_bit(FLG_L1_ACTIVATED, &st->l1.Flags);
579 test_and_clear_bit(FLG_L1_ACTIVATED, &st->l1.Flags);
815 if (test_bit(FLG_L1_ACTIVATED, &st->l1.Flags))
H A Dhisax.h203 #define FLG_L1_ACTIVATED 2 macro

Completed in 64 milliseconds