Searched refs:max_mA (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/regulator/
H A Dqcom_rpm-regulator.c394 int max_mA = req->mask >> req->shift; local
400 if (load_mA > max_mA)
401 load_mA = max_mA;

Completed in 178 milliseconds