Home
last modified time | relevance | path

Searched refs:ofdm_phy_err_cnt (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_ani.c1109 u_int32_t ofdm_phy_err_cnt, cck_phy_err_cnt; in ar9300_ani_ar_poll() local
1151 ofdm_phy_err_cnt = OS_REG_READ(ah, AR_PHY_ERR_1); in ar9300_ani_ar_poll()
1158 ofdm_phy_err_cnt - ani_state->ofdm_phy_err_count; in ar9300_ani_ar_poll()
1159 ani_state->ofdm_phy_err_count = ofdm_phy_err_cnt; in ar9300_ani_ar_poll()
1168 __func__, ofdm_phy_err_cnt, ofdm_phy_err_cnt, in ar9300_ani_ar_poll()