Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dtps65910_pmic.h15 #define TPS65910_SEL_MASK (0x3 << 2) macro
/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c149 sel = (val & TPS65910_SEL_MASK) >> 2; in tps65910_regulator_get_value()
211 val &= ~TPS65910_SEL_MASK; in tps65910_regulator_set_value()