Home
last modified time | relevance | path

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

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