Home
last modified time | relevance | path

Searched refs:div_db (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c3759 u8 div_db = sum_magnitude - val_magnitude; in iwl_mvm_average_dbm_values() local
3761 val_factor = iwl_mvm_div_by_db(val_factor, div_db); in iwl_mvm_average_dbm_values()
3764 u8 div_db = val_magnitude - sum_magnitude; in iwl_mvm_average_dbm_values() local
3766 sum_factor = iwl_mvm_div_by_db(sum_factor, div_db); in iwl_mvm_average_dbm_values()