Lines Matching defs:control
146 u8 control;
148 /* Read status and control registers */
156 control = LTC294X_REG_CONTROL_PRESCALER_SET(prescaler_exp) |
161 control |= LTC2942_REG_CONTROL_MODE_SCAN;
165 control |= LTC2943_REG_CONTROL_MODE_SCAN;
171 if (value != control) {
173 LTC294X_REG_CONTROL, &control, 1);
227 /* Read control register */
575 u8 control;
581 /* Read control register */
587 control = LTC294X_REG_CONTROL_ADC_DISABLE(value);
588 if (control != value)
590 &control, 1);