Home
last modified time | relevance | path

Searched refs:TPS65910_CTRL_I2C_ADDR (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/power/pmic/
H A Dpmic_tps65910.c16 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 Dtps65910.h15 #define TPS65910_CTRL_I2C_ADDR 0x2D macro
/openbmc/u-boot/board/vscom/baltos/
H A Dboard.c188 if (i2c_probe(TPS65910_CTRL_I2C_ADDR)) { in am33xx_spl_board_init()
/openbmc/u-boot/board/ti/am335x/
H A Dboard.c432 if (i2c_probe(TPS65910_CTRL_I2C_ADDR)) in scale_vcores_generic()