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

  /src/sys/dev/ic/
athn.c 1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; local in function:athn_ani_monitor
1612 cyccnt = AR_READ(sc, AR_CCCNT); /* Cycle count. */
1614 if (ani->cyccnt != 0 && ani->cyccnt <= cyccnt) {
1615 cycdelta = cyccnt - ani->cyccnt;
1624 ani->cyccnt = cyccnt;
athnvar.h 355 uint32_t cyccnt; member in struct:athn_ani

Completed in 17 milliseconds