Lines Matching refs:ctrlval
637 int ret, base_freq, ctrlval; in sca3000_write_raw_samp_freq() local
647 ctrlval = ret & ~SCA3000_REG_OUT_CTRL_BUF_DIV_MASK; in sca3000_write_raw_samp_freq()
650 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_2; in sca3000_write_raw_samp_freq()
652 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_4; in sca3000_write_raw_samp_freq()
657 ctrlval); in sca3000_write_raw_samp_freq()
1181 int ret, ctrlval; in sca3000_motion_detect_set_state() local
1190 ctrlval = ret; in sca3000_motion_detect_set_state()
1192 if (state && !(ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
1195 ctrlval | in sca3000_motion_detect_set_state()
1200 } else if (!state && (ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
1203 ctrlval & in sca3000_motion_detect_set_state()