Home
last modified time | relevance | path

Searched refs:target_speed_w (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/genesys/
H A Dmotor.cpp104 MotorSlopeTable create_slope_table_for_speed(const MotorSlope& slope, unsigned target_speed_w, in create_slope_table_for_speed() argument
108 DBG_HELPER_ARGS(dbg, "target_speed_w: %d, step_type: %d, steps_alignment: %d, min_size: %d", in create_slope_table_for_speed()
109 target_speed_w, static_cast<unsigned>(step_type), steps_alignment, min_size); in create_slope_table_for_speed()
114 unsigned target_speed_shifted_w = target_speed_w >> step_shift; in create_slope_table_for_speed()
118 dbg.vlog(DBG_warn, "failed to reach target speed %d %d", target_speed_w, in create_slope_table_for_speed()
H A Dmotor.h121 MotorSlopeTable create_slope_table_for_speed(const MotorSlope& slope, unsigned target_speed_w,
H A Dlow.cpp1743 unsigned target_speed_w = ((exposure * ydpi) / motor.base_ydpi); in create_slope_table() local
1745 auto table = create_slope_table_for_speed(motor_profile.slope, target_speed_w, in create_slope_table()

Completed in 6 milliseconds