Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-hisi.c97 int msg_tx_idx; member
178 ctlr->msg_tx_idx = 0; in hisi_i2c_reset_xfer()
272 while (ctlr->msg_tx_idx < ctlr->msg_num) { in hisi_i2c_xfer_msg()
273 cur_msg = ctlr->msgs + ctlr->msg_tx_idx; in hisi_i2c_xfer_msg()
274 last_msg = (ctlr->msg_tx_idx == ctlr->msg_num - 1); in hisi_i2c_xfer_msg()
277 if (ctlr->msg_tx_idx && !ctlr->buf_tx_idx) in hisi_i2c_xfer_msg()
310 ctlr->msg_tx_idx++; in hisi_i2c_xfer_msg()