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

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_spectral.c97 if (ss->ss_period != HAL_SPECTRAL_PARAM_NOVAL) {
99 val |= SM(ss->ss_period, AR_PHY_SPECTRAL_SCAN_PERIOD);
102 if (ss->ss_period != HAL_SPECTRAL_PARAM_NOVAL) {
104 val |= SM(ss->ss_period, AR_PHY_SPECTRAL_SCAN_PERIOD);
158 ss->ss_period = MS(val, AR_PHY_SPECTRAL_SCAN_PERIOD);
/freebsd-10.3-release/tools/tools/ath/athspectral/
H A Dathspectral.c90 pe.ss_period = HAL_SPECTRAL_PARAM_NOVAL;
103 pe.ss_period = param;
143 printf(" ss_period: %d\n", pe.ss_period);
225 } else if (strcmp(param, "ss_period") == 0) {
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c342 if (ss->ss_period != HAL_SPECTRAL_PARAM_NOVAL) {
344 val |= SM(ss->ss_period, AR_PHY_SPECTRAL_SCAN_PERIOD);
360 if (ss->ss_period != HAL_SPECTRAL_PARAM_NOVAL) {
362 val |= SM(ss->ss_period, AR_PHY_SPECTRAL_SCAN_PERIOD);
407 ss->ss_period = MS(val, AR_PHY_SPECTRAL_SCAN_PERIOD);
H A Dar9300_freebsd_inc.h162 u_int16_t ss_period; /* Spectral scan period */
/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah.h956 u_int16_t ss_period; /* Spectral scan period */ member in struct:__anon7969

Completed in 199 milliseconds