Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c5688 u8 th_max = phystat->last_thermal_max; in rtw89_phy_stat_thermal_update()
5695 if (th_max > hal->thermal_prot_th && lv < RTW89_THERMAL_PROT_LV_MAX)
5697 else if (th_max < hal->thermal_prot_th - 2 && lv > 0) in __rtw89_phy_stat_rssi_update_iter()
5712 u8 th, th_max = 0; in __rtw89_phy_stat_rssi_update_iter()
5724 th_max = max(th_max, th); in rtw89_phy_stat_rssi_update_iter()
5727 phystat->last_thermal_max = th_max; in rtw89_phy_stat_rssi_update_iter()
5649 u8 th_max = phystat->last_thermal_max; rtw89_phy_thermal_protect() local
5673 u8 th, th_max = 0; rtw89_phy_stat_thermal_update() local