Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/pmic/rockchip/
H A Drk817.c67 .voltage_step2 = 100000,
82 .voltage_step2 = 100000,
97 .voltage_step2 = 100000,
112 .voltage_step2 = 100000,
127 .voltage_step2 = 300000,
271 .voltage_step2 = 100000,
286 .voltage_step2 = 100000,
301 .voltage_step2 = 100000,
316 .voltage_step2 = 100000,
H A Drk8xx_regulators.c117 if (sc->def->voltage_step2) { in rk8xx_regnode_reg_to_voltage()
127 sc->def->voltage_step2; in rk8xx_regnode_reg_to_voltage()
163 if (sc->def->voltage_step2) { in rk8xx_regnode_voltage_to_reg()
167 uvolt += sc->def->voltage_step2; in rk8xx_regnode_voltage_to_reg()
H A Drk8xx.h55 int voltage_step2; member
/freebsd/sys/arm/allwinner/
H A Daxp81x.c239 int voltage_step2; member
291 .voltage_step2 = 20,
320 .voltage_step2 = 20,
334 .voltage_step2 = 20,
348 .voltage_step2 = 20,
362 .voltage_step2 = 20,
376 .voltage_step2 = 20,
402 .voltage_step2 = 200,
815 ((val - sc->def->voltage_nstep1) * sc->def->voltage_step2); in axp8xx_regnode_reg_to_voltage()
837 uvolt += (sc->def->voltage_step2 * 1000); in axp8xx_regnode_voltage_to_reg()
[all …]