Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dsy8106a-regulator.c71 u32 fixed_voltage; in sy8106a_i2c_probe() local
75 &fixed_voltage); in sy8106a_i2c_probe()
79 if (fixed_voltage < SY8106A_MIN_MV * 1000 || in sy8106a_i2c_probe()
80 fixed_voltage > SY8106A_MAX_MV * 1000) in sy8106a_i2c_probe()
106 vsel = (fixed_voltage / 1000 - SY8106A_MIN_MV) / in sy8106a_i2c_probe()