Searched refs:TPS65910_CTRL_I2C_ADDR (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | pmic_tps65910.c | 23 ret = i2c_read(TPS65910_CTRL_I2C_ADDR, TPS65910_DEVCTRL_REG, 1, in tps65910_set_i2c_control() 31 return i2c_write(TPS65910_CTRL_I2C_ADDR, TPS65910_DEVCTRL_REG, 1, in tps65910_set_i2c_control() 53 ret = i2c_read(TPS65910_CTRL_I2C_ADDR, reg_offset, 1, &buf, 1); in tps65910_voltage_update() 59 ret = i2c_write(TPS65910_CTRL_I2C_ADDR, reg_offset, 1, &buf, 1); in tps65910_voltage_update() 64 ret = i2c_read(TPS65910_CTRL_I2C_ADDR, reg_offset, 1, &buf, 1); in tps65910_voltage_update() 71 ret = i2c_write(TPS65910_CTRL_I2C_ADDR, reg_offset, 1, &buf, 1); in tps65910_voltage_update() 75 ret = i2c_read(TPS65910_CTRL_I2C_ADDR, reg_offset, 1, &buf, 1); in tps65910_voltage_update()
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | tps65910.h | 16 #define TPS65910_CTRL_I2C_ADDR 0x2D macro
|
| /OK3568_Linux_fs/u-boot/board/vscom/baltos/ |
| H A D | board.c | 191 if (i2c_probe(TPS65910_CTRL_I2C_ADDR)) { in am33xx_spl_board_init()
|
| /OK3568_Linux_fs/u-boot/board/ti/am335x/ |
| H A D | board.c | 423 if (i2c_probe(TPS65910_CTRL_I2C_ADDR)) in scale_vcores_generic()
|