Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c2684 vpwm = u32_get_bits(val32, B_BE_PWMTUNE_MASK); in rtw89_mac_set_vcore_cfg_be()
2685 val32 &= ~B_BE_PWMTUNE_MASK; in rtw89_mac_set_vcore_cfg_be()
H A Drtw8922d.c905 hal->thermal_prot_vmax = u16_get_bits(digk, B_BE_PWMTUNE_MASK); in rtw8922d_read_sys()
H A Dreg.h4593 #define B_BE_PWMTUNE_MASK GENMASK(4, 0) macro