Searched refs:div_db (Results 1 – 1 of 1) sorted by relevance
3759 u8 div_db = sum_magnitude - val_magnitude; in iwl_mvm_average_dbm_values() local3761 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() local3766 sum_factor = iwl_mvm_div_by_db(sum_factor, div_db); in iwl_mvm_average_dbm_values()