Home | History | Annotate | Download | only in ar5212

Lines Matching defs:phyCnt1

695 	uint32_t phyCnt1, phyCnt2;
697 HALDEBUG(ah, HAL_DEBUG_ANI, "%s: mibc 0x%x phyCnt1 0x%x phyCnt2 0x%x "
713 phyCnt1 = OS_REG_READ(ah, AR_PHYCNT1);
729 if (((phyCnt1 & AR_MIBCNT_INTRMASK) == AR_MIBCNT_INTRMASK) ||
735 ofdmPhyErrCnt = phyCnt1 - params->ofdmPhyErrBase;
914 uint32_t phyCnt1, phyCnt2;
923 phyCnt1 = OS_REG_READ(ah, AR_PHYCNT1);
927 ofdmPhyErrCnt = phyCnt1 - params->ofdmPhyErrBase;
929 HALDEBUG(ah, HAL_DEBUG_ANI, "OFDM phyErrCnt %d phyCnt1 0x%x\n",
930 ofdmPhyErrCnt, phyCnt1);