Lines Matching defs:recv_count
175 * @recv_count: Number of bytes still expected to receive
203 unsigned int recv_count;
422 updatetx = id->recv_count > id->curr_recv_count;
431 if (id->recv_count > 0) {
434 id->recv_count--;
442 if (id->recv_count <= id->fifo_depth &&
474 if (((int)(id->recv_count) - id->fifo_depth) >
481 cdns_i2c_writereg(id->recv_count -
484 id->curr_recv_count = id->recv_count;
489 if ((isr_status & CDNS_I2C_IXR_COMP) && !id->recv_count) {
579 id->recv_count = id->p_msg->len;
591 id->recv_count = I2C_SMBUS_BLOCK_MAX + id->p_msg->len;
593 id->curr_recv_count = id->recv_count;
599 if (id->recv_count > id->fifo_depth)
614 if (id->recv_count > id->transfer_size) {
619 cdns_i2c_writereg(id->recv_count, CDNS_I2C_XFER_SIZE_OFFSET);
623 if (!id->bus_hold_flag && id->recv_count <= id->fifo_depth) {