Lines Matching refs:step
1275 u8 step = DA732X_DAC_OFFSET_STEP; in da732x_dac_offset_adjust() local
1303 offset[DA732X_HPL_DAC] |= step; in da732x_dac_offset_adjust()
1304 offset[DA732X_HPR_DAC] |= step; in da732x_dac_offset_adjust()
1314 offset[DA732X_HPL_DAC] &= ~step; in da732x_dac_offset_adjust()
1317 offset[DA732X_HPR_DAC] &= ~step; in da732x_dac_offset_adjust()
1319 step >>= 1; in da732x_dac_offset_adjust()
1320 } while (step); in da732x_dac_offset_adjust()
1339 u8 step = DA732X_OUTPUT_OFFSET_STEP; in da732x_output_offset_adjust() local
1370 offset[DA732X_HPL_AMP] |= step; in da732x_output_offset_adjust()
1371 offset[DA732X_HPR_AMP] |= step; in da732x_output_offset_adjust()
1381 offset[DA732X_HPL_AMP] &= ~step; in da732x_output_offset_adjust()
1384 offset[DA732X_HPR_AMP] &= ~step; in da732x_output_offset_adjust()
1386 step >>= 1; in da732x_output_offset_adjust()
1387 } while (step); in da732x_output_offset_adjust()