Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c75 if (prot_level == TPS65218_PROT_LEVEL_2) { in tps65218_reg_write()
144 if (prot_level == TPS65218_PROT_LEVEL_2) { in tps65218_reg_write()
174 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
179 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, TPS65218_SLEW, in tps65218_voltage_update()
/openbmc/u-boot/include/power/
H A Dtps65218.h49 #define TPS65218_PROT_LEVEL_2 0x02 macro