Searched refs:voltage_step2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/iicbus/pmic/rockchip/ |
H A D | rk817.c | 67 .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 D | rk8xx_regulators.c | 117 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 D | rk8xx.h | 55 int voltage_step2; member
|
/freebsd/sys/arm/allwinner/ |
H A D | axp81x.c | 239 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 …]
|