Searched refs:cycle_count (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.2-release/tools/tools/ath/athsurvey/
H A Dathsurvey.c84 int cycle_count = 0, max_cycle_count = 0; local
91 if (hs->samples[i].cycle_count == 0)
98 cycle_count = hs->samples[i].cycle_count;
99 if (cycle_count > max_cycle_count)
100 max_cycle_count = cycle_count;
106 hs->samples[i].cycle_count;
108 hs->samples[i].cycle_count;
110 hs->samples[i].cycle_count;
112 hs->samples[i].cycle_count;
[all...]
/freebsd-10.2-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c349 ani_state->cycle_count = 0;
753 ani_state->listen_time, ani_state->cycle_count,
771 log_data.cycle_count = ani_state->cycle_count;
1059 u_int32_t tx_frame_count, rx_frame_count, cycle_count; local
1064 cycle_count = OS_REG_READ(ah, AR_CCCNT);
1067 if (ani_state->cycle_count == 0 || ani_state->cycle_count > cycle_count) {
1077 "%s: 1st call: ani_state->cycle_count
[all...]
H A Dar9300_freebsd_inc.h192 u_int32_t cycle_count; member in struct:halvowstats
H A Dar9300_misc.c1545 u_int32_t cycle_count, ctl_busy, ext_busy; local
1547 /* cycle_count will always be the first to wrap; therefore, read it last
1553 cycle_count = OS_REG_READ(ah, AR_CCCNT);
1555 if ((ahp->ah_cycle_count == 0) || (ahp->ah_cycle_count > cycle_count) ||
1567 u_int32_t cycle_delta = cycle_count - ahp->ah_cycle_count;
1602 ahp->ah_cycle_count = cycle_count;
1980 p_cnts->cycle_count = OS_REG_READ(ah, AR_CCCNT);
2993 p_stats->cycle_count = OS_REG_READ(ah, AR_CCCNT);
H A Dar9300.h188 u_int32_t cycle_count; /* Last cycle_count (can detect wrap-around) */ member in struct:ar9300_ani_state
/freebsd-10.2-release/sys/dev/ath/
H A Dif_ath_alq.h109 uint32_t cycle_count; member in struct:if_ath_alq_mib_counters
H A Dif_ath_beacon.c416 hs.cycle_count);
/freebsd-10.2-release/contrib/gcc/
H A Dgcov.c1670 gcov_type cycle_count = arc->cs_count;
1677 if (cycle_count > probe_arc->cs_count)
1679 cycle_count = probe_arc->cs_count;
1683 count += cycle_count;
1687 arc->cs_count -= cycle_count;
1690 probe_arc->cs_count -= cycle_count;
1668 gcov_type cycle_count = arc->cs_count; local
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c238 hsample->cycle_count = cc - ahp->ah_cycleCount;
/freebsd-10.2-release/sys/dev/ath/ath_hal/
H A Dah.h599 u_int32_t cycle_count; member in struct:halCounters
869 uint32_t cycle_count; member in struct:__anon7934
/freebsd-10.2-release/usr.sbin/mfiutil/
H A Dmfi_show.c214 printf(" Charge Cycles: %d\n", cap.cycle_count);
/freebsd-10.2-release/sys/dev/mfi/
H A Dmfireg.h1337 uint16_t cycle_count; member in struct:mfi_bbu_capacity_info
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1432 hsample->cycle_count = cc - ahp->ah_cycleCount;

Completed in 217 milliseconds