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

/freebsd-11-stable/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-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_ani.c349 ani_state->cycle_count = 0;
757 ani_state->listen_time, ani_state->cycle_count,
775 log_data.cycle_count = ani_state->cycle_count;
1063 u_int32_t tx_frame_count, rx_frame_count, cycle_count; local
1071 cycle_count = OS_REG_READ(ah, AR_CCCNT);
1074 if (ani_state->cycle_count == 0 || ani_state->cycle_count > cycle_count) {
1084 "%s: 1st call: ani_state->cycle_count
[all...]
H A Dar9300_freebsd_inc.h181 u_int32_t cycle_count; member in struct:halvowstats
H A Dar9300_misc.c1636 u_int32_t cycle_count, ctl_busy, ext_busy; local
1638 /* cycle_count will always be the first to wrap; therefore, read it last
1644 cycle_count = OS_REG_READ(ah, AR_CCCNT);
1646 if ((ahp->ah_cycle_count == 0) || (ahp->ah_cycle_count > cycle_count) ||
1658 u_int32_t cycle_delta = cycle_count - ahp->ah_cycle_count;
1693 ahp->ah_cycle_count = cycle_count;
2071 p_cnts->cycle_count = OS_REG_READ(ah, AR_CCCNT);
3086 p_stats->cycle_count = OS_REG_READ(ah, AR_CCCNT);
H A Dar9300_freebsd.c413 survey.cycle_count = anistats.cyclecnt_diff;
H A Dar9300.h190 u_int32_t cycle_count; /* Last cycle_count (can detect wrap-around) */ member in struct:ar9300_ani_state
/freebsd-11-stable/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.c417 hs.cycle_count);
/freebsd-11-stable/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-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c238 hsample->cycle_count = cc - ahp->ah_cycleCount;
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h602 u_int32_t cycle_count; member in struct:halCounters
920 uint32_t cycle_count; member in struct:__anon9159
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_show.c216 printf(" Charge Cycles: %d\n", cap.cycle_count);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c1436 hsample->cycle_count = cc - ahp->ah_cycleCount;
/freebsd-11-stable/sys/dev/mfi/
H A Dmfireg.h1337 uint16_t cycle_count; member in struct:mfi_bbu_capacity_info

Completed in 672 milliseconds