Searched refs:cur_step (Results 1 – 4 of 4) sorted by relevance
65 unsigned int cur_step; member123 switch (++ctx->cur_step) { in bio_post_read_processing()130 ctx->cur_step++; in bio_post_read_processing()138 ctx->cur_step++; in bio_post_read_processing()167 ctx->cur_step = STEP_INITIAL; in mpage_end_io()
600 unsigned int cur_step; in qcom_labibb_get_current_limit() local603 ret = regmap_read(vreg->regmap, desc->csel_reg, &cur_step); in qcom_labibb_get_current_limit()606 cur_step &= desc->csel_mask; in qcom_labibb_get_current_limit()608 return (cur_step * lim->uA_step) + lim->uA_min; in qcom_labibb_get_current_limit()
1759 cur_step = 0; in stv090x_srate_srch_coarse()1763 while ((!tmg_lock) && (cur_step < steps)) { in stv090x_srate_srch_coarse()1787 cur_step++; in stv090x_srate_srch_coarse()1792 else if (cur_step < steps) { in stv090x_srate_srch_coarse()1794 freq += cur_step * car_step; in stv090x_srate_srch_coarse()1796 freq -= cur_step * car_step; in stv090x_srate_srch_coarse()2177 cur_step = 1; in stv090x_get_coldlock()2182 while ((cur_step <= steps) && (!lock)) { in stv090x_get_coldlock()2184 freq += cur_step * car_step; in stv090x_get_coldlock()2186 freq -= cur_step * car_step; in stv090x_get_coldlock()[all …]
710 unsigned int cur_step;