Searched refs:TPS65218_CHIP_PM (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_tps65218.c | 19 ret = i2c_read(TPS65218_CHIP_PM, dest_reg, 1, &read_val, 1); in tps65218_reg_read() 55 ret = i2c_read(TPS65218_CHIP_PM, dest_reg, 1, &read_val, 1); in tps65218_reg_write() 65 ret = i2c_write(TPS65218_CHIP_PM, TPS65218_PASSWORD, 1, in tps65218_reg_write() 71 ret = i2c_write(TPS65218_CHIP_PM, dest_reg, 1, &dest_val, 1); in tps65218_reg_write() 76 ret = i2c_write(TPS65218_CHIP_PM, TPS65218_PASSWORD, 1, in tps65218_reg_write() 81 ret = i2c_write(TPS65218_CHIP_PM, dest_reg, 1, &dest_val, 1); in tps65218_reg_write() 242 p->hw.i2c.addr = TPS65218_CHIP_PM; in power_tps65218_init() 254 rc = i2c_get_chip_for_busnum(bus, TPS65218_CHIP_PM, 1, &dev); in power_tps65218_init()
|
/openbmc/u-boot/include/power/ |
H A D | tps65218.h | 13 #define TPS65218_CHIP_PM 0x24 macro
|
/openbmc/u-boot/board/compulab/cm_t43/ |
H A D | spl.c | 108 if (i2c_probe(TPS65218_CHIP_PM)) in scale_vcores()
|
H A D | cm_t43.c | 49 i2c_probe(TPS65218_CHIP_PM); in board_init()
|
/openbmc/u-boot/board/ti/am43xx/ |
H A D | board.c | 393 if (i2c_probe(TPS65218_CHIP_PM)) in scale_vcores_generic()
|