Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c21303 u16 curr_ctl, new_ctl; in wlc_phy_classifier_nphy() local
21315 new_ctl = (curr_ctl & (~mask)) | (val & mask); in wlc_phy_classifier_nphy()
21317 mod_phy_reg(pi, 0xb0, (0x7 << 0), new_ctl); in wlc_phy_classifier_nphy()
21322 return new_ctl; in wlc_phy_classifier_nphy()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c7195 u32 new_ctl = vmx->secondary_exec_control; in vmcs_set_secondary_exec_control() local
7198 secondary_exec_controls_set(vmx, (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()