Searched refs:tps65217_reg_write (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/board/BuR/common/ |
H A D | common.c | 59 tps65217_reg_write(TPS65217_PROT_LEVEL_NONE, in lcdbacklight() 62 tps65217_reg_write(TPS65217_PROT_LEVEL_NONE, in lcdbacklight() 312 if (tps65217_reg_write(TPS65217_PROT_LEVEL_NONE, TPS65217_POWER_PATH, in pmicsetup() 333 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in pmicsetup() 339 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in pmicsetup() 348 tps65217_reg_write(TPS65217_PROT_LEVEL_NONE, in pmicsetup()
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_tps65217.c | 43 int tps65217_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val, in tps65217_reg_write() function 126 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, dc_cntrl_reg, volt_sel, in tps65217_voltage_update() 131 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, TPS65217_DEFSLEW, in tps65217_voltage_update()
|
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/ |
H A D | chilisom.c | 121 if (tps65217_reg_write(TPS65217_PROT_LEVEL_NONE, in chilisom_spl_board_init() 143 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in chilisom_spl_board_init() 149 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in chilisom_spl_board_init()
|
/openbmc/u-boot/board/tcl/sl50/ |
H A D | board.c | 116 if (tps65217_reg_write(TPS65217_PROT_LEVEL_NONE, in am33xx_spl_board_init() 141 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in am33xx_spl_board_init() 147 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in am33xx_spl_board_init()
|
/openbmc/u-boot/board/birdland/bav335x/ |
H A D | board.c | 194 if (tps65217_reg_write(TPS65217_PROT_LEVEL_NONE, TPS65217_POWER_PATH, in am33xx_spl_board_init() 220 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, TPS65217_DEFLS1, in am33xx_spl_board_init() 224 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, TPS65217_DEFLS2, in am33xx_spl_board_init()
|
/openbmc/linux/drivers/mfd/ |
H A D | tps65217.c | 204 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg, in tps65217_reg_write() function 239 EXPORT_SYMBOL_GPL(tps65217_reg_write); 265 ret = tps65217_reg_write(tps, reg, data, level); in tps65217_update_bits()
|
/openbmc/u-boot/include/power/ |
H A D | tps65217.h | 86 int tps65217_reg_write(uchar prot_level, uchar dest_reg, uchar dest_val,
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 377 if (tps65217_reg_write(TPS65217_PROT_LEVEL_NONE, in scale_vcores_bone() 401 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in scale_vcores_bone() 407 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in scale_vcores_bone() 414 if (tps65217_reg_write(TPS65217_PROT_LEVEL_2, in scale_vcores_bone()
|
/openbmc/linux/include/linux/mfd/ |
H A D | tps65217.h | 274 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg,
|
/openbmc/linux/drivers/video/backlight/ |
H A D | tps65217_bl.c | 75 rc = tps65217_reg_write(tps65217_bl->tps, in tps65217_bl_update_status()
|