Searched refs:vlv (Results 1 – 3 of 3) sorted by relevance
1105 void (*set_vcore_cfg)(struct rtw89_dev *rtwdev, u8 vlv);1467 void rtw89_mac_set_vcore_cfg(struct rtw89_dev *rtwdev, u8 vlv) in rtw89_mac_set_vcore_cfg() argument1474 mac->set_vcore_cfg(rtwdev, vlv); in rtw89_mac_set_vcore_cfg()
5767 u8 vlv = hal->thermal_prot_vlv; in rtw89_phy_thermal_protect_vcore() local5774 if (th_max > prot_th && vlv < RTW89_THERMAL_PROT_VLV_MAX) in rtw89_phy_thermal_protect_vcore()5775 vlv++; in rtw89_phy_thermal_protect_vcore()5776 else if (th_max < prot_th - 2 && vlv > 0) in rtw89_phy_thermal_protect_vcore()5777 vlv--; in rtw89_phy_thermal_protect_vcore()5781 rtw89_debug(rtwdev, RTW89_DBG_RFK_TRACK, "thermal protection vlv=%d\n", vlv); in rtw89_phy_thermal_protect_vcore()5783 hal->thermal_prot_vlv = vlv; in rtw89_phy_thermal_protect_vcore()5784 rtw89_mac_set_vcore_cfg(rtwdev, vlv); in rtw89_phy_thermal_protect_vcore()
2669 void rtw89_mac_set_vcore_cfg_be(struct rtw89_dev *rtwdev, u8 vlv) in rtw89_mac_set_vcore_cfg_be() argument2680 target = clamp(hal->thermal_prot_vmax - vlv, in rtw89_mac_set_vcore_cfg_be()