Searched refs:ss_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_spectral.c109 if (ss->ss_count != HAL_SPECTRAL_PARAM_NOVAL) {
111 val |= SM(ss->ss_count, AR_PHY_SPECTRAL_SCAN_COUNT);
120 if (ss->ss_count != HAL_SPECTRAL_PARAM_NOVAL) {
125 if (ss->ss_count == 128)
126 ss->ss_count = 0;
128 val |= SM(ss->ss_count, AR_PHY_SPECTRAL_SCAN_COUNT_KIWI);
160 ss->ss_count = MS(val, AR_PHY_SPECTRAL_SCAN_COUNT);
163 ss->ss_count = MS(val, AR_PHY_SPECTRAL_SCAN_COUNT_KIWI);
/freebsd-10.0-release/tools/tools/ath/athspectral/
H A Dathspectral.c91 pe.ss_count = HAL_SPECTRAL_PARAM_NOVAL;
106 pe.ss_count = param;
141 printf(" ss_count: %d\n", pe.ss_count);
227 } else if (strcmp(param, "ss_count") == 0) {
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c347 if (ss->ss_count != HAL_SPECTRAL_PARAM_NOVAL) {
353 if (ss->ss_count == 128) {
356 val |= SM(ss->ss_count, AR_PHY_SPECTRAL_SCAN_COUNT);
408 ss->ss_count = MS(val, AR_PHY_SPECTRAL_SCAN_COUNT);
H A Dar9300_freebsd_inc.h163 u_int16_t ss_count; /* # of reports to return from ss_active */
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h957 u_int16_t ss_count; /* # of reports to return from ss_active */ member in struct:__anon7476
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c250 int ss_count; member in struct:instance
3653 instance->ss_count++;
3655 if (instance->ss_count != POS_HOLD_AVERAGE)

Completed in 307 milliseconds