Home
last modified time | relevance | path

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

/external/u-boot/board/socrates/
Dsocrates.c337 if (i2c_read(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_CFG, 1, &buf, 1)) in w83782d_hwmon_init()
340 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_CFG, 0x80); in w83782d_hwmon_init()
341 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_BANK_SEL, 0); in w83782d_hwmon_init()
342 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_ADCCLK, 0x40); in w83782d_hwmon_init()
344 buf = i2c_reg_read(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_BEEP_CTRL); in w83782d_hwmon_init()
345 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_BEEP_CTRL, in w83782d_hwmon_init()
347 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_BEEP_CTRL2, 0); in w83782d_hwmon_init()
348 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_PWMOUT1, 0x47); in w83782d_hwmon_init()
349 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_VBAT, 0x01); in w83782d_hwmon_init()
351 buf = i2c_reg_read(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_CFG); in w83782d_hwmon_init()
[all …]
/external/u-boot/include/configs/
Dsocrates.h200 #define CONFIG_SYS_I2C_W83782G_ADDR 0x28 /* W83782G address */ macro
/external/u-boot/scripts/
Dconfig_whitelist.txt3220 CONFIG_SYS_I2C_W83782G_ADDR