Home
last modified time | relevance | path

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

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