Searched refs:div_db (Results 1 – 1 of 1) sorted by relevance
3758 u8 div_db = sum_magnitude - val_magnitude; in iwl_mvm_average_dbm_values() local3760 val_factor = iwl_mvm_div_by_db(val_factor, div_db); in iwl_mvm_average_dbm_values()3763 u8 div_db = val_magnitude - sum_magnitude; in iwl_mvm_average_dbm_values() local3765 sum_factor = iwl_mvm_div_by_db(sum_factor, div_db); in iwl_mvm_average_dbm_values()