Home
last modified time | relevance | path

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

/drivers/regulator/
Dsy8106a-regulator.c72 u32 fixed_voltage; in sy8106a_i2c_probe() local
76 &fixed_voltage); in sy8106a_i2c_probe()
80 if (fixed_voltage < SY8106A_MIN_MV * 1000 || in sy8106a_i2c_probe()
81 fixed_voltage > SY8106A_MAX_MV * 1000) in sy8106a_i2c_probe()
107 vsel = (fixed_voltage / 1000 - SY8106A_MIN_MV) / in sy8106a_i2c_probe()