Searched refs:cyccnt (Results 1 – 2 of 2) sorted by relevance
1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; in athn_ani_monitor() local1612 cyccnt = AR_READ(sc, AR_CCCNT); /* Cycle count. */ in athn_ani_monitor()1614 if (ani->cyccnt != 0 && ani->cyccnt <= cyccnt) { in athn_ani_monitor()1615 cycdelta = cyccnt - ani->cyccnt; in athn_ani_monitor()1624 ani->cyccnt = cyccnt; in athn_ani_monitor()
355 uint32_t cyccnt; member