Searched refs:new_ctl (Results 1 – 2 of 2) sorted by relevance
21303 u16 curr_ctl, new_ctl; in wlc_phy_classifier_nphy() local21315 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()
7033 static void vmcs_set_secondary_exec_control(struct vcpu_vmx *vmx, u32 new_ctl) in vmcs_set_secondary_exec_control() argument7049 secondary_exec_controls_set(vmx, (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()