Searched refs:thermal_prot_th (Results 1 – 4 of 4) sorted by relevance
5773 prot_th = hal->thermal_prot_th - RTW89_THERMAL_PROT_VLV_TH_OFFSET; in rtw89_phy_thermal_protect_vcore()5794 if (!hal->thermal_prot_th || in rtw89_phy_thermal_protect()5798 if (th_max > hal->thermal_prot_th && lv < RTW89_THERMAL_PROT_LV_MAX) in rtw89_phy_thermal_protect()5800 else if (th_max < hal->thermal_prot_th - 2 && lv > 0) in rtw89_phy_thermal_protect()
7177 rtwdev->hal.thermal_prot_th = chip->thermal_th[1]; in rtw89_core_setup_phycap()7179 rtwdev->hal.thermal_prot_th = chip->thermal_th[0]; in rtw89_core_setup_phycap()7181 rtwdev->hal.thermal_prot_th = 0; in rtw89_core_setup_phycap()
2665 !hal->thermal_prot_th) in rtw8922a_get_thermal()
6419 u8 thermal_prot_th; member