Searched refs:upper_threshold (Results 1 – 5 of 5) sorted by relevance
57 arg.upper_threshold = rssi_thold + rssi_hyst; in hif_set_rcpi_rssi_threshold()58 arg.upper_threshold = (arg.upper_threshold + 110) * 2; in hif_set_rcpi_rssi_threshold()
254 u8 upper_threshold; member
1360 u8 threshold = (u8) sq_thresh->upper_threshold[size - 1]; in ath6kl_wmi_get_upper_threshold()1364 if (rssi < sq_thresh->upper_threshold[index]) { in ath6kl_wmi_get_upper_threshold()1365 threshold = (u8) sq_thresh->upper_threshold[index]; in ath6kl_wmi_get_upper_threshold()1435 if (rssi < sq_thresh->upper_threshold[0]) { in ath6kl_wmi_rssi_threshold_event_rx()1439 } else if ((rssi < sq_thresh->upper_threshold[1]) && in ath6kl_wmi_rssi_threshold_event_rx()1440 (rssi >= sq_thresh->upper_threshold[0])) { in ath6kl_wmi_rssi_threshold_event_rx()1442 } else if ((rssi < sq_thresh->upper_threshold[2]) && in ath6kl_wmi_rssi_threshold_event_rx()1443 (rssi >= sq_thresh->upper_threshold[1])) { in ath6kl_wmi_rssi_threshold_event_rx()1445 } else if ((rssi < sq_thresh->upper_threshold[3]) && in ath6kl_wmi_rssi_threshold_event_rx()1446 (rssi >= sq_thresh->upper_threshold[2])) { in ath6kl_wmi_rssi_threshold_event_rx()[all …]
87 s16 upper_threshold[SIG_QUALITY_UPPER_THRESH_LVLS]; member
468 int upper_threshold) in cpcap_adc_calibrate_one() argument497 (calibration_data[1] <= upper_threshold) && in cpcap_adc_calibrate_one()