Lines Matching defs:maximum
112 60, /* maximum */
118 4095, /* maximum */
124 16383, /* maximum */
130 65535, /* maximum */
136 float_to_fixed(100), // maximum
145 100, /* maximum */
154 30000, /* maximum */
305 * maximum value
308 * @param maximum value allowed for gamma
309 * @param gamma_max maximum gamma value
314 float maximum, float gamma_max, float gamma)
322 DBG(DBG_proc, "%s: size = %d, ""maximum = %g, gamma_max = %g, gamma = %g\n", __func__, size,
323 maximum, gamma_max, gamma);
327 if (value > maximum) {
328 value = maximum;
362 the step_type and the corresponding maximum speed from the motor struct */
364 Currently considers maximum motor speed at given step_type, minimum
367 TODO: Should also consider maximum transfer rate: ~6.5MB/s.
1234 // loop until strip is found or maximum pass number done
4358 * @param size maximum size of the range
6285 DBG(DBG_proc, "%s: start, %d maximum bytes required\n", __func__, max_len);