Lines Matching refs:fifo_depth
220 u32 fifo_depth; member
247 (id->curr_recv_count == id->fifo_depth + 1)); in cdns_is_holdquirk()
442 if (id->recv_count <= id->fifo_depth && in cdns_i2c_master_isr()
467 (id->curr_recv_count - id->fifo_depth)) in cdns_i2c_master_isr()
474 if (((int)(id->recv_count) - id->fifo_depth) > in cdns_i2c_master_isr()
479 id->fifo_depth; in cdns_i2c_master_isr()
482 id->fifo_depth, in cdns_i2c_master_isr()
505 avail_bytes = id->fifo_depth - in cdns_i2c_master_isr()
599 if (id->recv_count > id->fifo_depth) in cdns_i2c_mrecv()
623 if (!id->bus_hold_flag && id->recv_count <= id->fifo_depth) { in cdns_i2c_mrecv()
684 if (id->send_count > id->fifo_depth) in cdns_i2c_msend()
697 avail_bytes = id->fifo_depth - in cdns_i2c_msend()
1372 id->fifo_depth = CDNS_I2C_FIFO_DEPTH_DEFAULT; in cdns_i2c_probe()
1373 of_property_read_u32(pdev->dev.of_node, "fifo-depth", &id->fifo_depth); in cdns_i2c_probe()