Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac.h1105 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() argument
1474 mac->set_vcore_cfg(rtwdev, vlv); in rtw89_mac_set_vcore_cfg()
H A Dphy.c5767 u8 vlv = hal->thermal_prot_vlv; in rtw89_phy_thermal_protect_vcore() local
5774 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()
H A Dmac_be.c2669 void rtw89_mac_set_vcore_cfg_be(struct rtw89_dev *rtwdev, u8 vlv) in rtw89_mac_set_vcore_cfg_be() argument
2680 target = clamp(hal->thermal_prot_vmax - vlv, in rtw89_mac_set_vcore_cfg_be()