Searched refs:TPS65910_CTRL_I2C_ADDR (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_tps65910.c | 16 return i2c_read(TPS65910_CTRL_I2C_ADDR, addr, 1, buf, 1); in tps65910_read_reg() 31 return i2c_write(TPS65910_CTRL_I2C_ADDR, addr, 1, buf, 1); in tps65910_write_reg() 43 rc = i2c_get_chip_for_busnum(bus, TPS65910_CTRL_I2C_ADDR, 1, &dev); in power_tps65910_init()
|
/openbmc/u-boot/include/power/ |
H A D | tps65910.h | 15 #define TPS65910_CTRL_I2C_ADDR 0x2D macro
|
/openbmc/u-boot/board/vscom/baltos/ |
H A D | board.c | 188 if (i2c_probe(TPS65910_CTRL_I2C_ADDR)) { in am33xx_spl_board_init()
|
/openbmc/u-boot/board/ti/am335x/ |
H A D | board.c | 432 if (i2c_probe(TPS65910_CTRL_I2C_ADDR)) in scale_vcores_generic()
|