HomeSort by: relevance | last modified time | path
    Searched refs:phyCnt2 (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 "
714 phyCnt2 = OS_REG_READ(ah, AR_PHYCNT2);
730 ((phyCnt2 & AR_MIBCNT_INTRMASK) == AR_MIBCNT_INTRMASK)) {
740 cckPhyErrCnt = phyCnt2 - params->cckPhyErrBase;
914 uint32_t phyCnt1, phyCnt2;
924 phyCnt2 = OS_REG_READ(ah, AR_PHYCNT2);
937 cckPhyErrCnt = phyCnt2 - params->cckPhyErrBase;
939 HALDEBUG(ah, HAL_DEBUG_ANI, "CCK phyErrCnt %d phyCnt2 0x%x\n",
940 cckPhyErrCnt, phyCnt2);
    [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 "
634 phyCnt2 = OS_REG_READ(ah, AR_PHY_ERR_2);
652 ((phyCnt2 & AR_MIBCNT_INTRMASK) == AR_MIBCNT_INTRMASK)) {
662 cckPhyErrCnt = phyCnt2 - params->cckPhyErrBase;
796 uint32_t phyCnt1, phyCnt2;
804 phyCnt2 = OS_REG_READ(ah, AR_PHY_ERR_2);
817 cckPhyErrCnt = phyCnt2 - params->cckPhyErrBase;
819 HALDEBUG(ah, HAL_DEBUG_ANI, "CCK phyErrCnt %d phyCnt2 0x%x\n",
820 cckPhyErrCnt, phyCnt2);
    [all...]

Completed in 13 milliseconds