Searched refs:ee_noise_floor_thr (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath5k/
H A Deeprom.h405 * @ee_noise_floor_thr: Noise floor threshold in 1dB steps
483 s16 ee_noise_floor_thr[AR5K_EEPROM_N_MODES]; member in struct:ath5k_eeprom_info
H A Deeprom.c295 ee->ee_noise_floor_thr[mode] = -((((val & 0xff) ^ 0xff)) + 1);
297 ee->ee_noise_floor_thr[mode] = val & 0xff;
300 ee->ee_noise_floor_thr[mode] =
H A Dreset.c1024 AR5K_PHY_NF_SVAL(ee->ee_noise_floor_thr[ee_mode]),
H A Dphy.c1612 threshold = ee->ee_noise_floor_thr[ee_mode];

Completed in 179 milliseconds