Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dtps65910_pmic.h18 #define TPS65910_SUPPLY_STATE_ON 0x1 macro
/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c276 clr = TPS65910_SUPPLY_STATE_MASK & ~TPS65910_SUPPLY_STATE_ON; in tps65910_set_enable()
277 set = TPS65910_SUPPLY_STATE_MASK & TPS65910_SUPPLY_STATE_ON; in tps65910_set_enable()