Searched refs:CDNS_I2C_FIFO_DEPTH (Results 1 – 1 of 1) sorted by relevance
69 #define CDNS_I2C_FIFO_DEPTH 16 macro242 if (len > CDNS_I2C_FIFO_DEPTH) in cdns_i2c_write_data()252 if (readl(®s->transfer_size) == CDNS_I2C_FIFO_DEPTH) { in cdns_i2c_write_data()274 return hold_quirk && (curr_recv_count == CDNS_I2C_FIFO_DEPTH + 1); in cdns_is_hold_quirk()292 if (recv_count > CDNS_I2C_FIFO_DEPTH) in cdns_i2c_read_data()314 if (recv_count < CDNS_I2C_FIFO_DEPTH && in cdns_i2c_read_data()330 (curr_recv_count - CDNS_I2C_FIFO_DEPTH)) in cdns_i2c_read_data()336 if ((recv_count - CDNS_I2C_FIFO_DEPTH) > in cdns_i2c_read_data()341 CDNS_I2C_FIFO_DEPTH; in cdns_i2c_read_data()343 writel(recv_count - CDNS_I2C_FIFO_DEPTH, in cdns_i2c_read_data()