Home
last modified time | relevance | path

Searched refs:RT5120_BUCK1_MINUV (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Drt5120-regulator.c34 #define RT5120_BUCK1_MINUV 600000 macro
133 if (uV < RT5120_BUCK1_MINUV || uV > RT5120_BUCK1_MAXUV) in rt5120_buck1_set_suspend_voltage()
136 sel = (uV - RT5120_BUCK1_MINUV) / RT5120_BUCK1_STEPUV; in rt5120_buck1_set_suspend_voltage()
246 desc->min_uV = RT5120_BUCK1_MINUV; in rt5120_fillin_regulator_desc()