Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dscan.c3758 u8 div_db = sum_magnitude - val_magnitude; in iwl_mvm_average_dbm_values() local
3760 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() local
3765 sum_factor = iwl_mvm_div_by_db(sum_factor, div_db); in iwl_mvm_average_dbm_values()