Searched refs:vout (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/power/regulator/ |
A D | tps65910_regulator.c | 29 int vout[VOUT_CHOICE_COUNT]; member 35 .vout = { 1200000, 1500000, 1800000, 2700000 }, 41 .vout = { 1000000, 1100000, 1200000, 1800000 }, 47 .vout = { 1000000, 1100000, 1800000, 2500000 }, 143 int sel, val, vout; in tps65910_regulator_get_value() local 151 vout = (vin >= *(rgp->vin_min + sel)) ? *(rgp->vout + sel) : 0; in tps65910_regulator_get_value() 152 vout = ((val & TPS65910_SUPPLY_STATE_MASK) == 1) ? vout : 0; in tps65910_regulator_get_value() 154 return vout; in tps65910_regulator_get_value() 201 if (uV == *(ldo->vout + sel)) in tps65910_regulator_set_value() 382 int vout; in tps65910_boost_get_value() local [all …]
|
/u-boot/board/freescale/common/ |
A D | vid.c | 341 int ret, multiplier, vout; in read_voltage_from_pmbus() local 367 vout = (int)vcode; in read_voltage_from_pmbus() 370 vout = DIV_ROUND_UP(vout * MV_PER_V, multiplier); in read_voltage_from_pmbus() 371 return vout - board_vdd_drop_compensation(); in read_voltage_from_pmbus()
|
/u-boot/arch/arm/dts/ |
A D | rk3399-pinebook-pro.dts | 334 vbus_5vout: vbus_typec: vbus-5vout {
|
Completed in 7 milliseconds