Lines Matching defs:phyCnt1
615 uint32_t phyCnt1, phyCnt2;
617 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: mibc 0x%x phyCnt1 0x%x phyCnt2 0x%x "
633 phyCnt1 = OS_REG_READ(ah, AR_PHY_ERR_1);
651 if (((phyCnt1 & AR_MIBCNT_INTRMASK) == AR_MIBCNT_INTRMASK) ||
657 ofdmPhyErrCnt = phyCnt1 - params->ofdmPhyErrBase;
796 uint32_t phyCnt1, phyCnt2;
803 phyCnt1 = OS_REG_READ(ah, AR_PHY_ERR_1);
807 ofdmPhyErrCnt = phyCnt1 - params->ofdmPhyErrBase;
809 HALDEBUG(ah, HAL_DEBUG_ANI, "OFDM phyErrCnt %d phyCnt1 0x%x\n",
810 ofdmPhyErrCnt, phyCnt1);