Home
last modified time | relevance | path

Searched refs:ctrlval (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcpu_smt.h21 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
/linux/drivers/iio/accel/
H A Dsca3000.c627 int ret, base_freq, ctrlval; in sca3000_write_raw_samp_freq() local
637 ctrlval = ret & ~SCA3000_REG_OUT_CTRL_BUF_DIV_MASK; in sca3000_write_raw_samp_freq()
640 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_2; in sca3000_write_raw_samp_freq()
642 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_4; in sca3000_write_raw_samp_freq()
647 ctrlval); in sca3000_write_raw_samp_freq()
1171 int ret, ctrlval; in sca3000_motion_detect_set_state() local
1180 ctrlval = ret; in sca3000_motion_detect_set_state()
1182 if (state && !(ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
1185 ctrlval | in sca3000_motion_detect_set_state()
1190 } else if (!state && (ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
[all …]