Searched refs:FLG_L1_ACTIVATED (Results 1 – 2 of 2) sorted by relevance
519 if (!test_bit(FLG_L1_ACTIVATED, &st->l1.Flags)) { in l1_info4_ind()551 test_and_set_bit(FLG_L1_ACTIVATED, &st->l1.Flags); in l1_timer_act()561 test_and_clear_bit(FLG_L1_ACTIVATED, &st->l1.Flags); in l1_timer_deact()803 if (test_bit(FLG_L1_ACTIVATED, &st->l1.Flags)) in dch_l2l1()
196 #define FLG_L1_ACTIVATED 2 macro