Home
last modified time | relevance | path

Searched refs:TPS62362_I2C_ADDR (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/power/pmic/
Dpmic_tps62362.c25 return i2c_write(TPS62362_I2C_ADDR, reg, 1, &volt_sel, 1); in tps62362_voltage_update()
41 p->hw.i2c.addr = TPS62362_I2C_ADDR; in power_tps62362_init()
/external/u-boot/include/power/
Dtps62362.h11 #define TPS62362_I2C_ADDR 0x60 macro
/external/u-boot/board/ti/am43xx/
Dboard.c442 if (i2c_probe(TPS62362_I2C_ADDR)) in scale_vcores_idk()