Lines Matching refs:step
1267 u8 step = DA732X_DAC_OFFSET_STEP; in da732x_dac_offset_adjust() local
1295 offset[DA732X_HPL_DAC] |= step; in da732x_dac_offset_adjust()
1296 offset[DA732X_HPR_DAC] |= step; in da732x_dac_offset_adjust()
1306 offset[DA732X_HPL_DAC] &= ~step; in da732x_dac_offset_adjust()
1309 offset[DA732X_HPR_DAC] &= ~step; in da732x_dac_offset_adjust()
1311 step >>= 1; in da732x_dac_offset_adjust()
1312 } while (step); in da732x_dac_offset_adjust()
1331 u8 step = DA732X_OUTPUT_OFFSET_STEP; in da732x_output_offset_adjust() local
1362 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust()
1363 offset[DA732X_HPR_AMP] |= step; in da732x_output_offset_adjust()
1373 offset[DA732X_HPL_AMP] &= ~step; in da732x_output_offset_adjust()
1376 offset[DA732X_HPR_AMP] &= ~step; in da732x_output_offset_adjust()
1378 step >>= 1; in da732x_output_offset_adjust()
1379 } while (step); in da732x_output_offset_adjust()