Home
last modified time | relevance | path

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

/openbmc/u-boot/board/theadorable/
H A Dtheadorable.c43 #define STM_I2C_ADDR 0x27 macro
247 i2c_buf[0] = STM_I2C_ADDR << 1; in board_late_init()
258 ret = i2c_write(STM_I2C_ADDR, 0, 0, &i2c_buf[1], 7); in board_late_init()