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

/linux-master/drivers/input/misc/
H A Dregulator-haptic.c60 u64 volt_mag_multi; local
64 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude;
65 intensity = (unsigned int)(volt_mag_multi >> MAX_MAGNITUDE_SHIFT);

Completed in 166 milliseconds