Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c2674 u8 vpwm; in rtw89_mac_set_vcore_cfg_be() local
2684 vpwm = u32_get_bits(val32, B_BE_PWMTUNE_MASK); in rtw89_mac_set_vcore_cfg_be()
2687 if (vpwm == target) in rtw89_mac_set_vcore_cfg_be()
2691 if (vpwm > target) in rtw89_mac_set_vcore_cfg_be()
2692 vpwm--; in rtw89_mac_set_vcore_cfg_be()
2694 vpwm++; in rtw89_mac_set_vcore_cfg_be()
2696 rtw89_write32(rtwdev, R_BE_SPS_DIG_ON_CTRL0, val32 | vpwm); in rtw89_mac_set_vcore_cfg_be()
2698 if (vpwm == target) in rtw89_mac_set_vcore_cfg_be()