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