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

/drivers/isdn/mISDN/
H A Dlayer1.h21 #define FLG_L1_ACTTIMER 4 macro
H A Dlayer1.c189 test_and_set_bit(FLG_L1_ACTTIMER, &l1->Flags);
215 test_and_clear_bit(FLG_L1_ACTTIMER, &l1->Flags);
/drivers/isdn/hisax/
H A Disdnl1.c211 if (test_bit(FLG_L1_ACTTIMER, &stptr->l1.Flags))
541 test_and_set_bit(FLG_L1_ACTTIMER, &st->l1.Flags);
568 test_and_clear_bit(FLG_L1_ACTTIMER, &st->l1.Flags);
H A Dhisax.h206 #define FLG_L1_ACTTIMER 4 macro

Completed in 620 milliseconds