Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/i2c/busses/
Di2c-cadence.c117 #define CDNS_I2C_FIFO_DEPTH 16 macro
119 #define CDNS_I2C_DATA_INTR_DEPTH (CDNS_I2C_FIFO_DEPTH - 2)
243 (id->curr_recv_count == CDNS_I2C_FIFO_DEPTH + 1)); in cdns_is_holdquirk()
438 if (id->recv_count <= CDNS_I2C_FIFO_DEPTH && in cdns_i2c_master_isr()
463 (id->curr_recv_count - CDNS_I2C_FIFO_DEPTH)) in cdns_i2c_master_isr()
470 if (((int)(id->recv_count) - CDNS_I2C_FIFO_DEPTH) > in cdns_i2c_master_isr()
475 CDNS_I2C_FIFO_DEPTH; in cdns_i2c_master_isr()
478 CDNS_I2C_FIFO_DEPTH, in cdns_i2c_master_isr()
501 avail_bytes = CDNS_I2C_FIFO_DEPTH - in cdns_i2c_master_isr()
595 if (id->recv_count > CDNS_I2C_FIFO_DEPTH) in cdns_i2c_mrecv()
[all …]