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()
7195 u32 new_ctl = vmx->secondary_exec_control; in vmcs_set_secondary_exec_control() local7198 secondary_exec_controls_set(vmx, (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()