Lines Matching refs:fifo_depth
191 * @fifo_depth: The depth of the transfer FIFO
223 u32 fifo_depth;
312 (id->curr_recv_count == id->fifo_depth + 1));
507 if (id->recv_count <= id->fifo_depth &&
532 (id->curr_recv_count - id->fifo_depth))
539 if (((int)(id->recv_count) - id->fifo_depth) >
544 id->fifo_depth;
547 id->fifo_depth,
570 avail_bytes = id->fifo_depth -
666 if (id->recv_count <= id->fifo_depth && !id->bus_hold_flag)
685 (id->curr_recv_count - id->fifo_depth))
692 if ((id->recv_count - id->fifo_depth) >
697 id->fifo_depth;
700 id->fifo_depth,
747 if (id->recv_count > id->fifo_depth)
771 if (!id->bus_hold_flag && id->recv_count <= id->fifo_depth) {
818 avail_bytes = id->fifo_depth - cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET);
860 if (id->send_count > id->fifo_depth)
873 avail_bytes = id->fifo_depth -
1581 id->fifo_depth = CDNS_I2C_FIFO_DEPTH_DEFAULT;
1582 of_property_read_u32(pdev->dev.of_node, "fifo-depth", &id->fifo_depth);