Searched refs:ctrlval (Results 1 – 3 of 3) sorted by relevance
21 extern int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval);30 static inline int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) { return 0; } in cpuhp_smt_disable() argument
636 int ret, base_freq, ctrlval; in sca3000_write_raw_samp_freq() local646 ctrlval = ret & ~SCA3000_REG_OUT_CTRL_BUF_DIV_MASK; in sca3000_write_raw_samp_freq()649 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_2; in sca3000_write_raw_samp_freq()651 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_4; in sca3000_write_raw_samp_freq()656 ctrlval); in sca3000_write_raw_samp_freq()1180 int ret, ctrlval; in sca3000_motion_detect_set_state() local1189 ctrlval = ret; in sca3000_motion_detect_set_state()1191 if (state && !(ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()1194 ctrlval | in sca3000_motion_detect_set_state()1199 } else if (!state && (ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()[all …]
2667 int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) in cpuhp_smt_disable() argument2679 if (ctrlval == CPU_SMT_ENABLED && cpu_smt_thread_allowed(cpu)) in cpuhp_smt_disable()2700 cpu_smt_control = ctrlval; in cpuhp_smt_disable()2912 int ctrlval, ret, num_threads, orig_threads; in __store_smt_control() local2922 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()2925 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()2928 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()2932 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()2934 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()2948 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED; in __store_smt_control()[all …]