Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-hisi.c101 int buf_tx_idx; member
189 ctlr->buf_tx_idx = 0; in hisi_i2c_reset_xfer()
286 if (ctlr->msg_tx_idx && !ctlr->buf_tx_idx) in hisi_i2c_xfer_msg()
291 ctlr->buf_tx_idx < cur_msg->len && max_write) { in hisi_i2c_xfer_msg()
300 if (ctlr->buf_tx_idx == cur_msg->len - 1 && last_msg) in hisi_i2c_xfer_msg()
307 cur_msg->buf[ctlr->buf_tx_idx]); in hisi_i2c_xfer_msg()
310 ctlr->buf_tx_idx++; in hisi_i2c_xfer_msg()
317 if (ctlr->buf_tx_idx == cur_msg->len) { in hisi_i2c_xfer_msg()
318 ctlr->buf_tx_idx = 0; in hisi_i2c_xfer_msg()