Searched refs:TPS65218_CHIP_PM (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/pmic/ |
| H A D | pmic_tps65218.c | 19 ret = i2c_read(TPS65218_CHIP_PM, dest_reg, 1, &read_val, 1); in tps65218_reg_read() 55 ret = i2c_read(TPS65218_CHIP_PM, dest_reg, 1, &read_val, 1); in tps65218_reg_write() 65 ret = i2c_write(TPS65218_CHIP_PM, TPS65218_PASSWORD, 1, in tps65218_reg_write() 71 ret = i2c_write(TPS65218_CHIP_PM, dest_reg, 1, &dest_val, 1); in tps65218_reg_write() 76 ret = i2c_write(TPS65218_CHIP_PM, TPS65218_PASSWORD, 1, in tps65218_reg_write() 81 ret = i2c_write(TPS65218_CHIP_PM, dest_reg, 1, &dest_val, 1); in tps65218_reg_write() 171 p->hw.i2c.addr = TPS65218_CHIP_PM; in power_tps65218_init()
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | tps65218.h | 14 #define TPS65218_CHIP_PM 0x24 macro
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t43/ |
| H A D | spl.c | 111 if (i2c_probe(TPS65218_CHIP_PM)) in scale_vcores()
|
| H A D | cm_t43.c | 50 i2c_probe(TPS65218_CHIP_PM); in board_init()
|
| /OK3568_Linux_fs/u-boot/board/ti/am43xx/ |
| H A D | board.c | 389 if (i2c_probe(TPS65218_CHIP_PM)) in scale_vcores_generic()
|