Searched refs:cckPhyErrBase (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_ani.c | 77 __func__, params->ofdmPhyErrBase, params->cckPhyErrBase); in enableAniMIBCounters() 83 OS_REG_WRITE(ah, AR_PHYCNT2, params->cckPhyErrBase); in enableAniMIBCounters() 119 params->cckPhyErrBase = 0; in setPhyErrBase() 121 params->cckPhyErrBase = AR_PHY_COUNTMAX - params->cckTrigHigh; in setPhyErrBase() 522 params->ofdmPhyErrBase, params->cckPhyErrBase); in ar5416AniRestart() 524 OS_REG_WRITE(ah, AR_PHY_ERR_2, params->cckPhyErrBase); in ar5416AniRestart() 701 cckPhyErrCnt = phyCnt2 - params->cckPhyErrBase; in ar5416ProcessMibIntr() 903 cckPhyErrCnt = phyCnt2 - params->cckPhyErrBase; in updateMIBStats()
|
/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_ani.c | 73 __func__, params->ofdmPhyErrBase, params->cckPhyErrBase); in enableAniMIBCounters() 79 OS_REG_WRITE(ah, AR_PHYCNT2, params->cckPhyErrBase); in enableAniMIBCounters() 138 params->cckPhyErrBase = 0; in setPhyErrBase() 140 params->cckPhyErrBase = AR_PHY_COUNTMAX - params->cckTrigHigh; in setPhyErrBase() 570 OS_REG_WRITE(ah, AR_PHYCNT2, params->cckPhyErrBase); in ar5212AniRestart() 731 cckPhyErrCnt = phyCnt2 - params->cckPhyErrBase; in ar5212ProcessMibIntr() 957 cckPhyErrCnt = phyCnt2 - params->cckPhyErrBase; in updateMIBStats()
|
H A D | ar5212.h | 175 uint32_t cckPhyErrBase; /* Base value for cck err counters */ member
|