Searched refs:cyccnt (Results 1 – 2 of 2) sorted by relevance
1665 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; in athn_ani_monitor() local1671 cyccnt = AR_READ(sc, AR_CCCNT); /* Cycle count. */ in athn_ani_monitor()1673 if (ani->cyccnt != 0 && ani->cyccnt <= cyccnt) { in athn_ani_monitor()1674 cycdelta = cyccnt - ani->cyccnt; in athn_ani_monitor()1683 ani->cyccnt = cyccnt; in athn_ani_monitor()
331 uint32_t cyccnt; member