Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dsy8106a-regulator.c28 u32 fixed_voltage; member
85 &chip->fixed_voltage); in sy8106a_i2c_probe()
89 if (chip->fixed_voltage < SY8106A_MIN_MV * 1000 || in sy8106a_i2c_probe()
90 chip->fixed_voltage > SY8106A_MAX_MV * 1000) in sy8106a_i2c_probe()
117 vsel = (chip->fixed_voltage / 1000 - SY8106A_MIN_MV) / in sy8106a_i2c_probe()