Searched refs:new_ctl (Results 1 – 2 of 2) sorted by relevance
21318 u16 curr_ctl, new_ctl; in wlc_phy_classifier_nphy() local21330 new_ctl = (curr_ctl & (~mask)) | (val & mask); in wlc_phy_classifier_nphy()21332 mod_phy_reg(pi, 0xb0, (0x7 << 0), new_ctl); in wlc_phy_classifier_nphy()21337 return new_ctl; in wlc_phy_classifier_nphy()
11195 static void vmcs_set_secondary_exec_control(u32 new_ctl) in vmcs_set_secondary_exec_control() argument11212 (new_ctl & ~mask) | (cur_ctl & mask)); in vmcs_set_secondary_exec_control()