Home
last modified time | relevance | path

Searched refs:thermal_prot_th (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.c5030 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()
H A Dphy.c5115 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()
H A Drtw8922a.c2350 !hal->thermal_prot_th) in rtw8922a_get_thermal()
H A Dcore.h4802 u8 thermal_prot_th; member