Lines Matching defs:step
1272 u8 step = DA732X_DAC_OFFSET_STEP;
1300 offset[DA732X_HPL_DAC] |= step;
1301 offset[DA732X_HPR_DAC] |= step;
1311 offset[DA732X_HPL_DAC] &= ~step;
1314 offset[DA732X_HPR_DAC] &= ~step;
1316 step >>= 1;
1317 } while (step);
1336 u8 step = DA732X_OUTPUT_OFFSET_STEP;
1367 offset[DA732X_HPL_AMP] |= step;
1368 offset[DA732X_HPR_AMP] |= step;
1378 offset[DA732X_HPL_AMP] &= ~step;
1381 offset[DA732X_HPR_AMP] &= ~step;
1383 step >>= 1;
1384 } while (step);