Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c5773 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()
H A Dcore.c7177 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()
H A Drtw8922a.c2665 !hal->thermal_prot_th) in rtw8922a_get_thermal()
H A Dcore.h6419 u8 thermal_prot_th; member