Home
last modified time | relevance | path

Searched refs:num_steps (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c734 unsigned int *num_steps, in hwss_build_fast_sequence() argument
746 *num_steps = 0; // Initialize to 0 in hwss_build_fast_sequence()
752 block_sequence[*num_steps].params.wait_for_dcc_meta_propagation_params.dc = dc; in hwss_build_fast_sequence()
753 …block_sequence[*num_steps].params.wait_for_dcc_meta_propagation_params.top_pipe_to_program = pipe_… in hwss_build_fast_sequence()
754 block_sequence[*num_steps].func = HUBP_WAIT_FOR_DCC_META_PROP; in hwss_build_fast_sequence()
755 (*num_steps)++; in hwss_build_fast_sequence()
758 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.dc = dc; in hwss_build_fast_sequence()
759 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.lock = true; in hwss_build_fast_sequence()
760 block_sequence[*num_steps].params.subvp_pipe_control_lock_fast_params.subvp_immediate_flip = in hwss_build_fast_sequence()
762 block_sequence[*num_steps].func = DMUB_SUBVP_PIPE_CONTROL_LOCK_FAST; in hwss_build_fast_sequence()
[all …]
/linux/lib/crypto/tests/
H A Dhash-test-template.h371 int num_steps; member
398 } else if (ctx->step < state->num_steps - 1) { in hash_irq_test2_func()
443 for (state->num_steps = 0; in test_hash_interrupt_context_2()
444 state->num_steps < ARRAY_SIZE(state->update_lens) - 1 && remaining; in test_hash_interrupt_context_2()
445 state->num_steps++) { in test_hash_interrupt_context_2()
446 state->update_lens[state->num_steps] = in test_hash_interrupt_context_2()
448 remaining -= state->update_lens[state->num_steps]; in test_hash_interrupt_context_2()
451 state->update_lens[state->num_steps++] = remaining; in test_hash_interrupt_context_2()
452 state->num_steps += 2; /* for init and final */ in test_hash_interrupt_context_2()
/linux/drivers/video/backlight/
H A Dpwm_bl.c223 unsigned int num_steps = 0; in pwm_backlight_parse_dt() local
279 &num_steps); in pwm_backlight_parse_dt()
286 if (num_steps) { in pwm_backlight_parse_dt()
303 num_levels = (num_input_levels - 1) * num_steps + 1; in pwm_backlight_parse_dt()
319 dx = num_steps; in pwm_backlight_parse_dt()
/linux/sound/hda/codecs/
H A Dvia.c644 int offset, int num_steps, int step_size) in override_mic_boost() argument
650 (num_steps << AC_AMPCAP_NUM_STEPS_SHIFT) | in override_mic_boost()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h988 unsigned int *num_steps; member
1357 int num_steps);
1363 unsigned int *num_steps,
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c2994 int start_step, end_step, num_steps, ret; in nand_read_subpage() local
3006 num_steps = end_step - start_step + 1; in nand_read_subpage()
3010 datafrag_len = num_steps * chip->ecc.size; in nand_read_subpage()
3011 eccfrag_len = num_steps * chip->ecc.bytes; in nand_read_subpage()
3050 if ((oobregion.offset + (num_steps * chip->ecc.bytes)) & in nand_read_subpage()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1647 last_dsc_calc = *seq_state->num_steps; in dcn401_add_dsc_sequence_for_odm_change()
1665 last_dsc_calc = *seq_state->num_steps; in dcn401_add_dsc_sequence_for_odm_change()