Searched refs:ss_short_report (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_spectral.c114 if (ss->ss_short_report == AH_TRUE) {
116 } else if (ss->ss_short_report != HAL_SPECTRAL_PARAM_NOVAL) {
131 if (ss->ss_short_report == AH_TRUE) {
133 } else if (ss->ss_short_report != HAL_SPECTRAL_PARAM_NOVAL) {
161 ss->ss_short_report = MS(val, AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT);
164 ss->ss_short_report = MS(val, AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT_KIWI);
/freebsd-10.0-release/tools/tools/ath/athspectral/
H A Dathspectral.c92 pe.ss_short_report = HAL_SPECTRAL_PARAM_NOVAL;
109 pe.ss_short_report = param;
144 printf(" ss_short_report: %d\n", pe.ss_short_report);
221 if (strcmp(param, "ss_short_report") == 0) {
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c365 if (ss->ss_short_report == AH_TRUE) {
409 ss->ss_short_report = (val & AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT) ? 1:0;
H A Dar9300_freebsd_inc.h164 u_int16_t ss_short_report;/* Set to report ony 1 set of FFT results */
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h958 u_int16_t ss_short_report;/* Set to report ony 1 set of FFT results */ member in struct:__anon7476

Completed in 185 milliseconds