Lines Matching refs:step
1281 u8 step = DA732X_DAC_OFFSET_STEP; in da732x_dac_offset_adjust() local
1309 offset[DA732X_HPL_DAC] |= step; in da732x_dac_offset_adjust()
1310 offset[DA732X_HPR_DAC] |= step; in da732x_dac_offset_adjust()
1320 offset[DA732X_HPL_DAC] &= ~step; in da732x_dac_offset_adjust()
1323 offset[DA732X_HPR_DAC] &= ~step; in da732x_dac_offset_adjust()
1325 step >>= 1; in da732x_dac_offset_adjust()
1326 } while (step); in da732x_dac_offset_adjust()
1345 u8 step = DA732X_OUTPUT_OFFSET_STEP; in da732x_output_offset_adjust() local
1376 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust()
1377 offset[DA732X_HPR_AMP] |= step; in da732x_output_offset_adjust()
1387 offset[DA732X_HPL_AMP] &= ~step; in da732x_output_offset_adjust()
1390 offset[DA732X_HPR_AMP] &= ~step; in da732x_output_offset_adjust()
1392 step >>= 1; in da732x_output_offset_adjust()
1393 } while (step); in da732x_output_offset_adjust()