Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dstats.c461 u32 new_load, old_load; in iwl_mld_fill_chanctx_stats() local
469 old_load = phy->avg_channel_load_not_by_us; in iwl_mld_fill_chanctx_stats()
481 (old_load >> 1); in iwl_mld_fill_chanctx_stats()
484 iwl_mld_emlsr_check_chan_load(hw, phy, old_load); in iwl_mld_fill_chanctx_stats()
/linux/drivers/regulator/
H A Dqcom_smd-regulator.c150 u32 old_load = vreg->load; in rpm_reg_set_load() local
157 vreg->load = old_load; in rpm_reg_set_load()