Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dathn.c1665 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; in athn_ani_monitor() local
1693 phy1 = AR_READ(sc, AR_PHY_ERR_1); in athn_ani_monitor()
1696 if (phy1 < ani->ofdm_phy_err_base) { in athn_ani_monitor()
1704 if (phy1 < ani->ofdm_phy_err_base || phy2 < ani->cck_phy_err_base) { in athn_ani_monitor()
1708 ani->ofdm_phy_err_count = phy1 - ani->ofdm_phy_err_base; in athn_ani_monitor()