Searched refs:phyCnt1 (Results 1 – 1 of 1) sorted by relevance
596 uint32_t phyCnt1, phyCnt2; in ath9k_hw_ani_monitor() local601 phyCnt1 = REG_READ(ah, AR_PHY_ERR_1); in ath9k_hw_ani_monitor()604 if (phyCnt1 < aniState->ofdmPhyErrBase || in ath9k_hw_ani_monitor()606 if (phyCnt1 < aniState->ofdmPhyErrBase) { in ath9k_hw_ani_monitor()610 __func__, phyCnt1, in ath9k_hw_ani_monitor()631 ofdmPhyErrCnt = phyCnt1 - aniState->ofdmPhyErrBase; in ath9k_hw_ani_monitor()758 uint32_t phyCnt1, phyCnt2; in ath9k_hw_procmibevent() local774 phyCnt1 = REG_READ(ah, AR_PHY_ERR_1); in ath9k_hw_procmibevent()776 if (((phyCnt1 & AR_MIBCNT_INTRMASK) == AR_MIBCNT_INTRMASK) || in ath9k_hw_procmibevent()782 ofdmPhyErrCnt = phyCnt1 - aniState->ofdmPhyErrBase; in ath9k_hw_procmibevent()