Searched refs:msg_write_idx (Results 1 - 2 of 2) sorted by relevance

/drivers/i2c/busses/
H A Di2c-designware-core.c337 dw_writel(dev, msgs[dev->msg_write_idx].addr, DW_IC_TAR);
341 if (msgs[dev->msg_write_idx].flags & I2C_M_TEN)
366 u32 addr = msgs[dev->msg_write_idx].addr;
372 for (; dev->msg_write_idx < dev->msgs_num; dev->msg_write_idx++) {
378 if (msgs[dev->msg_write_idx].addr != addr) {
385 if (msgs[dev->msg_write_idx].len == 0) {
394 buf = msgs[dev->msg_write_idx].buf;
395 buf_len = msgs[dev->msg_write_idx].len;
402 if (msgs[dev->msg_write_idx]
[all...]
H A Di2c-designware-core.h48 * @msg_write_idx: the element index of the current tx message in the msgs
75 int msg_write_idx; member in struct:dw_i2c_dev

Completed in 315 milliseconds