Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Di2c-cdns.c77 #define CDNS_I2C_FIFO_DEPTH 16 macro
258 if (len > CDNS_I2C_FIFO_DEPTH) in cdns_i2c_write_data()
268 if (readl(&regs->transfer_size) == CDNS_I2C_FIFO_DEPTH) { in cdns_i2c_write_data()
303 return hold_quirk && (curr_recv_count == CDNS_I2C_FIFO_DEPTH + 1); in cdns_is_hold_quirk()
318 if (recv_count > CDNS_I2C_FIFO_DEPTH) in cdns_i2c_read_data()
340 if (recv_count < CDNS_I2C_FIFO_DEPTH && in cdns_i2c_read_data()
356 (curr_recv_count - CDNS_I2C_FIFO_DEPTH)) in cdns_i2c_read_data()
362 if ((recv_count - CDNS_I2C_FIFO_DEPTH) > in cdns_i2c_read_data()
367 CDNS_I2C_FIFO_DEPTH; in cdns_i2c_read_data()
369 writel(recv_count - CDNS_I2C_FIFO_DEPTH, in cdns_i2c_read_data()