Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dathn.c1665 uint32_t cyccnt, txfcnt, rxfcnt, phy1, phy2; in athn_ani_monitor() local
1671 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()
H A Dathnvar.h331 uint32_t cyccnt; member