Searched refs:i2c_8bit_addr_from_msg (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/i2c/
H A Docores_i2c.c147 static inline u8 i2c_8bit_addr_from_msg(const struct i2c_msg *msg) function
192 u8 addr = i2c_8bit_addr_from_msg(msg);
353 oc_setreg(i2c, OCI2C_DATA, i2c_8bit_addr_from_msg(i2c->msg));
H A Di2c-microchip.c99 static inline u8 i2c_8bit_addr_from_msg(const struct i2c_msg *msg) function
380 bus->addr = i2c_8bit_addr_from_msg(msg);
H A Dqup_i2c.c150 static inline u8 i2c_8bit_addr_from_msg(const struct i2c_msg *msg) function
413 i2c_addr = i2c_8bit_addr_from_msg(m);

Completed in 69 milliseconds