Home
last modified time | relevance | path

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

/openbmc/u-boot/board/socrates/
H A Dsocrates.c340 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()
345 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_BEEP_CTRL, 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()
352 i2c_reg_write(CONFIG_SYS_I2C_W83782G_ADDR, W83782D_REG_CFG, in w83782d_hwmon_init()
364 if (i2c_read(CONFIG_SYS_I2C_W83782G_ADDR, 0x4e, 1, &old_buf, 1)) in board_backlight_brightness()
369 if (i2c_write(CONFIG_SYS_I2C_W83782G_ADDR, 0x4e, 1, &buf, 1)) in board_backlight_brightness()
375 if (i2c_write(CONFIG_SYS_I2C_W83782G_ADDR, 0x5b, 1, &buf, 1)) in board_backlight_brightness()
385 if (i2c_write(CONFIG_SYS_I2C_W83782G_ADDR, 0x5b, 1, &buf, 1)) in board_backlight_brightness()
[all …]
/openbmc/u-boot/include/configs/
H A Dsocrates.h194 #define CONFIG_SYS_I2C_W83782G_ADDR 0x28 /* W83782G address */ macro
/openbmc/u-boot/scripts/
H A Dconfig_whitelist.txt3132 CONFIG_SYS_I2C_W83782G_ADDR