Lines Matching refs:test_and_clear_bit
87 if (test_and_clear_bit(D_CLEARBUSY, &cs->event)) { in icc_bh()
96 if (test_and_clear_bit(D_L1STATECHANGE, &cs->event)) in icc_bh()
98 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event)) in icc_bh()
100 if (test_and_clear_bit(D_XMTBUFREADY, &cs->event)) in icc_bh()
105 if (test_and_clear_bit(D_RX_MON1, &cs->event)) in icc_bh()
107 if (test_and_clear_bit(D_TX_MON1, &cs->event)) in icc_bh()
237 if (test_and_clear_bit(FLG_DBUSY_TIMER, &cs->HW_Flags)) in icc_interrupt()
239 if (test_and_clear_bit(FLG_L1_DBUSY, &cs->HW_Flags)) in icc_interrupt()
293 if (test_and_clear_bit(FLG_DBUSY_TIMER, &cs->HW_Flags)) in icc_interrupt()
295 if (test_and_clear_bit(FLG_L1_DBUSY, &cs->HW_Flags)) in icc_interrupt()
494 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in ICC_l1hw()
556 if (test_and_clear_bit(FLG_DBUSY_TIMER, &cs->HW_Flags)) in ICC_l1hw()
558 if (test_and_clear_bit(FLG_L1_DBUSY, &cs->HW_Flags)) in ICC_l1hw()
603 test_and_clear_bit(FLG_DBUSY_TIMER, &cs->HW_Flags); in dbusy_timer_handler()