Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dtps65910_pmic.h11 #define TPS65910_GAIN_SEL_MASK (0x3 << 6) macro
/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c292 gain = (val & TPS65910_GAIN_SEL_MASK) >> 6; in buck_get_vdd1_vdd2_value()
353 gain = (val & TPS65910_GAIN_SEL_MASK) >> 6; in buck_set_vdd1_vdd2_value()