Searched refs:thermal_prot_th (Results 1 – 4 of 4) sorted by relevance
5030 rtwdev->hal.thermal_prot_th = chip->thermal_th[1]; in rtw89_core_setup_phycap()5032 rtwdev->hal.thermal_prot_th = chip->thermal_th[0]; in rtw89_core_setup_phycap()5034 rtwdev->hal.thermal_prot_th = 0; in rtw89_core_setup_phycap()
5115 if (!hal->thermal_prot_th || in rtw89_phy_thermal_protect()5119 if (th_max > hal->thermal_prot_th && lv < RTW89_THERMAL_PROT_LV_MAX) in rtw89_phy_thermal_protect()5121 else if (th_max < hal->thermal_prot_th - 2 && lv > 0) in rtw89_phy_thermal_protect()
2350 !hal->thermal_prot_th) in rtw8922a_get_thermal()
4802 u8 thermal_prot_th; member