Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8922d.c905 hal->thermal_prot_vmax = u16_get_bits(digk, B_BE_PWMTUNE_MASK); in rtw8922d_read_sys()
910 vmin = hal->thermal_prot_vmax - efuse->vcore_vmax_reduce; in rtw8922d_read_sys()
912 vmin = hal->thermal_prot_vmax - 3; in rtw8922d_read_sys()
H A Dmac_be.c2680 target = clamp(hal->thermal_prot_vmax - vlv, in rtw89_mac_set_vcore_cfg_be()
2681 hal->thermal_prot_vmin, hal->thermal_prot_vmax); in rtw89_mac_set_vcore_cfg_be()
H A Dcore.h6422 u8 thermal_prot_vmax; member
H A Dphy.c5765 bool vcore_enabled = !!hal->thermal_prot_vmax; in rtw89_phy_thermal_protect_vcore()