Searched refs:actual_velocity (Results 1 – 1 of 1) sorted by relevance
122 int32_t actual_velocity; in stallguard_enable() local125 &actual_velocity); in stallguard_enable()131 actual_velocity = (actual_velocity << (31 - TMC_RAMP_VACTUAL_SHIFT)) >> in stallguard_enable()133 LOG_DBG("actual velocity: %d", actual_velocity); in stallguard_enable()135 if (abs(actual_velocity) < config->sg_threshold_velocity) { in stallguard_enable()