Searched refs:num_steps (Results 1 – 8 of 8) sorted by relevance
473 int *num_steps, in hwss_build_fast_sequence() argument483 *num_steps = 0; // Initialize to 0 in hwss_build_fast_sequence()489 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.dc = dc; in hwss_build_fast_sequence()490 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.lock = true; in hwss_build_fast_sequence()491 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.pipe_ctx = pipe_ctx; in hwss_build_fast_sequence()492 block_sequence[*num_steps].func = DMUB_SUBVP_PIPE_CONTROL_LOCK_FAST; in hwss_build_fast_sequence()493 (*num_steps)++; in hwss_build_fast_sequence()496 block_sequence[*num_steps].params.pipe_control_lock_params.dc = dc; in hwss_build_fast_sequence()497 block_sequence[*num_steps].params.pipe_control_lock_params.lock = true; in hwss_build_fast_sequence()498 block_sequence[*num_steps].params.pipe_control_lock_params.pipe_ctx = pipe_ctx; in hwss_build_fast_sequence()[all …]
27 local -i num_steps=$331 local -i h=$((num_steps / 2))45 echo "Running RPM from ${start_rpm} to ${stop_rpm} in ${num_steps} steps"51 for ((i = 0; i <= num_steps; ++i)); do52 local -i p=$((s < 0 ? num_steps - i : i))53 local -i rpm=$((rpm0 + (range * p + h) / num_steps))60 Mv /tmp/swampd.log ~/"${start_rpm}_${stop_rpm}_${num_steps}_${dwell}.csv"
24 if [ "$num_steps" != "0" ]; then25 progress=$((($step * $progress_size / $num_steps) + $first_step))118 num_steps=0125 num_steps=$(($num_steps + 1))
234 unsigned int num_steps = 0; in pwm_backlight_parse_dt() local290 &num_steps); in pwm_backlight_parse_dt()297 if (num_steps) { in pwm_backlight_parse_dt()314 num_levels = (num_input_levels - 1) * num_steps + 1; in pwm_backlight_parse_dt()330 dx = num_steps; in pwm_backlight_parse_dt()
459 int num_steps);465 int *num_steps,
704 int offset, int num_steps, int step_size) in override_mic_boost() argument710 (num_steps << AC_AMPCAP_NUM_STEPS_SHIFT) | in override_mic_boost()
1331 int start_step, end_step, num_steps; in nand_read_subpage() local1343 num_steps = end_step - start_step + 1; in nand_read_subpage()1347 datafrag_len = num_steps * chip->ecc.size; in nand_read_subpage()1348 eccfrag_len = num_steps * chip->ecc.bytes; in nand_read_subpage()1384 if (eccpos[index + (num_steps * chip->ecc.bytes)] & (busw - 1)) in nand_read_subpage()
3106 int start_step, end_step, num_steps, ret; in nand_read_subpage() local3118 num_steps = end_step - start_step + 1; in nand_read_subpage()3122 datafrag_len = num_steps * chip->ecc.size; in nand_read_subpage()3123 eccfrag_len = num_steps * chip->ecc.bytes; in nand_read_subpage()3162 if ((oobregion.offset + (num_steps * chip->ecc.bytes)) & in nand_read_subpage()