HomeSort by: relevance | last modified time | path
    Searched defs:phy2 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
athn.c 1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; local
1635 phy2 = AR_READ(sc, AR_PHY_ERR_2);
1641 if (phy2 < ani->cck_phy_err_base) {
1645 if (phy1 < ani->ofdm_phy_err_base || phy2 < ani->cck_phy_err_base) {
1650 ani->cck_phy_err_count = phy2 - ani->cck_phy_err_base;

Completed in 67 milliseconds