Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c4188 100 - hal->thermal_prot_lv * RTW89_THERMAL_PROT_STEP); in rtw89_debug_priv_phy_info_get()
H A Dfw.c5368 static_assert(RTW89_THERMAL_PROT_LV_MAX * RTW89_THERMAL_PROT_STEP < 100); in rtw89_fw_h2c_tx_duty()
5373 active = 100 - lv * RTW89_THERMAL_PROT_STEP; in rtw89_fw_h2c_tx_duty()
H A Dcore.h6381 #define RTW89_THERMAL_PROT_STEP 5 /* -5% for each level */ macro