Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dsy8106a-regulator.c39 #define SY8106A_MIN_MV 680 macro
48 .n_voltages = ((SY8106A_MAX_MV - SY8106A_MIN_MV) / SY8106A_STEP_MV) + 1,
49 .min_uV = (SY8106A_MIN_MV * 1000),
79 if (fixed_voltage < SY8106A_MIN_MV * 1000 || in sy8106a_i2c_probe()
106 vsel = (fixed_voltage / 1000 - SY8106A_MIN_MV) / in sy8106a_i2c_probe()