Home
last modified time | relevance | path

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

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