Home
last modified time | relevance | path

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

/linux-6.15/drivers/i2c/busses/
H A Di2c-qup.c197 int total_rx_len; member
988 blk->is_rx_blk_mode = blk->total_rx_len > qup->in_fifo_sz; in qup_i2c_conf_v1()
999 if (blk->total_rx_len) { in qup_i2c_conf_v1()
1006 writel(blk->total_rx_len, qup->base + QUP_MX_READ_CNT); in qup_i2c_conf_v1()
1073 blk->total_rx_len = 0; in qup_i2c_write_one()
1084 blk->total_rx_len = qup->msg->len; in qup_i2c_read_one()
1162 if (blk->total_rx_len) { in qup_i2c_conf_count_v2()
1164 writel(qup->config_run | blk->total_rx_len, in qup_i2c_conf_count_v2()
1167 writel(qup->config_run | blk->total_rx_len, in qup_i2c_conf_count_v2()
1479 blk->total_rx_len = blk->rx_tag_len + data_len; in qup_i2c_xfer_v2_msg()
[all …]