Home
last modified time | relevance | path

Searched refs:cyccnt (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ic/
Dathn.c1606 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; in athn_ani_monitor() local
1612 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()
Dathnvar.h355 uint32_t cyccnt; member