HomeSort by: relevance | last modified time | path
    Searched defs:phyCnt1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 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);
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 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);
    [all...]

Completed in 12 milliseconds