Searched refs:phyCnt2 (Results 1 – 1 of 1) sorted by relevance
596 uint32_t phyCnt1, phyCnt2; in ath9k_hw_ani_monitor() local602 phyCnt2 = REG_READ(ah, AR_PHY_ERR_2); in ath9k_hw_ani_monitor()605 phyCnt2 < aniState->cckPhyErrBase) { in ath9k_hw_ani_monitor()617 if (phyCnt2 < aniState->cckPhyErrBase) { in ath9k_hw_ani_monitor()621 __func__, phyCnt2, in ath9k_hw_ani_monitor()636 cckPhyErrCnt = phyCnt2 - aniState->cckPhyErrBase; in ath9k_hw_ani_monitor()758 uint32_t phyCnt1, phyCnt2; in ath9k_hw_procmibevent() local775 phyCnt2 = REG_READ(ah, AR_PHY_ERR_2); in ath9k_hw_procmibevent()777 ((phyCnt2 & AR_MIBCNT_INTRMASK) == AR_MIBCNT_INTRMASK)) { in ath9k_hw_procmibevent()787 cckPhyErrCnt = phyCnt2 - aniState->cckPhyErrBase; in ath9k_hw_procmibevent()