Searched refs:TPS65217_CHIP_PM (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/power/pmic/ |
D | pmic_tps65217.c | 19 return i2c_read(TPS65217_CHIP_PM, src_reg, 1, src_val, 1); in tps65217_reg_read() 49 ret = i2c_read(TPS65217_CHIP_PM, dest_reg, 1, &read_val, 1); in tps65217_reg_write() 59 ret = i2c_write(TPS65217_CHIP_PM, TPS65217_PASSWORD, 1, in tps65217_reg_write() 65 ret = i2c_write(TPS65217_CHIP_PM, dest_reg, 1, &dest_val, 1); in tps65217_reg_write() 70 ret = i2c_write(TPS65217_CHIP_PM, TPS65217_PASSWORD, 1, in tps65217_reg_write() 75 ret = i2c_write(TPS65217_CHIP_PM, dest_reg, 1, &dest_val, 1); in tps65217_reg_write()
|
/external/u-boot/include/power/ |
D | tps65217.h | 13 #define TPS65217_CHIP_PM 0x24 macro
|
/external/u-boot/arch/arm/mach-omap2/am33xx/ |
D | chilisom.c | 106 if (i2c_probe(TPS65217_CHIP_PM)) in chilisom_spl_board_init()
|
/external/u-boot/board/birdland/bav335x/ |
D | board.c | 190 if (i2c_probe(TPS65217_CHIP_PM)) in am33xx_spl_board_init()
|
/external/u-boot/board/tcl/sl50/ |
D | board.c | 101 if (i2c_probe(TPS65217_CHIP_PM)) in am33xx_spl_board_init()
|
/external/u-boot/board/bosch/shc/ |
D | board.c | 327 if (i2c_probe(TPS65217_CHIP_PM)) in am33xx_spl_board_init()
|
/external/u-boot/board/BuR/common/ |
D | common.c | 516 if (i2c_probe(TPS65217_CHIP_PM)) { in pmicsetup()
|
/external/u-boot/board/ti/am335x/ |
D | board.c | 331 if (i2c_probe(TPS65217_CHIP_PM)) in scale_vcores_bone()
|