Lines Matching defs:step
481 * based on the current step for RF5112 rev. 2
486 u32 mix, step;
512 step = ath5k_hw_rfb_op(ah, rf_regs, 0, AR5K_RF_MIXGAIN_STEP, false);
519 ah->ah_gain.g_f_corr = step * 2;
522 ah->ah_gain.g_f_corr = (step - 5) * 2;
525 ah->ah_gain.g_f_corr = step;
550 u32 step, mix_ovr, level[4];
560 step = ath5k_hw_rfb_op(ah, rf_regs, 0, AR5K_RF_RFGAIN_STEP,
564 level[1] = (step == 63) ? 50 : step + 4;
565 level[2] = (step != 63) ? 64 : level[0];
569 (step == 63 ? AR5K_GAIN_DYN_ADJUST_HI_MARGIN : -5);
571 (step == 63 ? AR5K_GAIN_DYN_ADJUST_LO_MARGIN : 0);
661 "ret %d, gain step %u, current gain %u, target gain %u\n",
975 /* Set gain_F settings according to current step */
1032 /* Set gain_F settings according to current step */
2448 * until we reach 1 (1 pcdac step) we need to know which point
2511 * PCDAC/PDADC step for each curve is 64 but we can write more than
2512 * one curves on hw so we can go up to 128 (which is the max step we
3012 /* Decrease by a 0.5dB step */
3118 /* Force each power step to be at least 0.5 dB */
3146 /* Force each power step to be at least 0.5 dB */