Searched refs:new_ctl (Results 1 – 2 of 2) sorted by relevance
21307 u16 curr_ctl, new_ctl; in wlc_phy_classifier_nphy() local21319 new_ctl = (curr_ctl & (~mask)) | (val & mask); in wlc_phy_classifier_nphy()21321 mod_phy_reg(pi, 0xb0, (0x7 << 0), new_ctl); in wlc_phy_classifier_nphy()21326 return new_ctl; in wlc_phy_classifier_nphy()
6954 u32 new_ctl = vmx->secondary_exec_control; in vmcs_set_secondary_exec_control() local6957 secondary_exec_controls_set(vmx, (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()