Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/power/pmic/
H A Dpmic_tps65218.c75 if (prot_level == TPS65218_PROT_LEVEL_2) { in tps65218_reg_write()
104 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65218_voltage_update()
109 if (tps65218_reg_write(TPS65218_PROT_LEVEL_2, TPS65218_SLEW, in tps65218_voltage_update()
/OK3568_Linux_fs/u-boot/include/power/
H A Dtps65218.h50 #define TPS65218_PROT_LEVEL_2 0x02 macro