Searched refs:new_ctl (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/idle/
H A Di7300_idle.c395 u8 new_ctl; i7300_idle_start() local
398 new_ctl = i7300_idle_thrtctl_saved & ~DIMM_THRTCTL_THRMHUNT; i7300_idle_start()
399 pci_write_config_byte(fbd_dev, DIMM_THRTCTL, new_ctl); i7300_idle_start()
407 new_ctl = i7300_idle_thrtctl_saved | DIMM_THRTCTL_THRMHUNT; i7300_idle_start()
408 pci_write_config_byte(fbd_dev, DIMM_THRTCTL, new_ctl); i7300_idle_start()
414 u8 new_ctl; i7300_idle_stop() local
417 new_ctl = i7300_idle_thrtctl_saved & ~DIMM_THRTCTL_THRMHUNT; i7300_idle_stop()
418 pci_write_config_byte(fbd_dev, DIMM_THRTCTL, new_ctl); i7300_idle_stop()
/linux-4.4.14/arch/x86/kvm/
H A Dvmx.c8919 static void vmcs_set_secondary_exec_control(u32 new_ctl) vmcs_set_secondary_exec_control() argument
8935 (new_ctl & ~mask) | (cur_ctl & mask)); vmcs_set_secondary_exec_control()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_n.c21405 u16 curr_ctl, new_ctl; wlc_phy_classifier_nphy() local
21417 new_ctl = (curr_ctl & (~mask)) | (val & mask); wlc_phy_classifier_nphy()
21419 mod_phy_reg(pi, 0xb0, (0x7 << 0), new_ctl); wlc_phy_classifier_nphy()
21424 return new_ctl; wlc_phy_classifier_nphy()

Completed in 614 milliseconds