Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/pmic/
H A Dpmic_tps65910.c106 buf &= ~TPS65910_OP_REG_SEL_MASK; in tps65910_voltage_update()
117 if ((buf & TPS65910_OP_REG_SEL_MASK) != vddx_op_vol_sel) in tps65910_voltage_update()
/openbmc/u-boot/include/power/
H A Dtps65910.h62 #define TPS65910_OP_REG_SEL_MASK (0x7F) macro