Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/arn/
H A Darn_ani.c596 uint32_t phyCnt1, phyCnt2; in ath9k_hw_ani_monitor() local
601 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() local
774 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()