Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dtps65910_pmic.h12 #define TPS65910_VDD_SEL_MASK 0x7f macro
/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c302 return (562500 + (val & TPS65910_VDD_SEL_MASK) * 12500) * gain; in buck_get_vdd1_vdd2_value()
362 val &= TPS65910_VDD_SEL_MASK; in buck_set_vdd1_vdd2_value()