Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dathn.c1665 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; in athn_ani_monitor() local
1694 phy2 = AR_READ(sc, AR_PHY_ERR_2); in athn_ani_monitor()
1700 if (phy2 < ani->cck_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()
1709 ani->cck_phy_err_count = phy2 - ani->cck_phy_err_base; in athn_ani_monitor()