Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/pmic/
H A Dpmic_tps62362.c30 return i2c_write(TPS62362_I2C_ADDR, reg, 1, &volt_sel, 1); in tps62362_voltage_update()
52 p->hw.i2c.addr = TPS62362_I2C_ADDR; in power_tps62362_init()
64 rc = i2c_get_chip_for_busnum(bus, TPS62362_I2C_ADDR, 1, &dev); in power_tps62362_init()
/openbmc/u-boot/include/power/
H A Dtps62362.h11 #define TPS62362_I2C_ADDR 0x60 macro
/openbmc/u-boot/board/ti/am43xx/
H A Dboard.c450 if (i2c_probe(TPS62362_I2C_ADDR)) in scale_vcores_idk()