Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1636 if (ahp->ah_cycles == 0 || ahp->ah_cycles > cc) { in ar9300_get_mib_cycle_counts_pct()
1646 u_int32_t cc_d = cc - ahp->ah_cycles; in ar9300_get_mib_cycle_counts_pct()
1660 ahp->ah_cycles = cc; in ar9300_get_mib_cycle_counts_pct()
H A Dar9300.h592 u_int32_t ah_cycles; member