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

  /src/sys/dev/ic/
athn.c 1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; local
1634 phy1 = AR_READ(sc, AR_PHY_ERR_1);
1637 if (phy1 < ani->ofdm_phy_err_base) {
1645 if (phy1 < ani->ofdm_phy_err_base || phy2 < ani->cck_phy_err_base) {
1649 ani->ofdm_phy_err_count = phy1 - ani->ofdm_phy_err_base;
athn.c 1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; local
1634 phy1 = AR_READ(sc, AR_PHY_ERR_1);
1637 if (phy1 < ani->ofdm_phy_err_base) {
1645 if (phy1 < ani->ofdm_phy_err_base || phy2 < ani->cck_phy_err_base) {
1649 ani->ofdm_phy_err_count = phy1 - ani->ofdm_phy_err_base;

Completed in 55 milliseconds