Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-nomadik.c101 #define MAX_I2C_FIFO_THRESHOLD 15 macro
536 fill_tx_fifo(dev, MAX_I2C_FIFO_THRESHOLD); in write_i2c()
751 fill_tx_fifo(dev, (MAX_I2C_FIFO_THRESHOLD - tft)); in i2c_irq_handler()
780 for (count = MAX_I2C_FIFO_THRESHOLD; count > 0; count--) { in i2c_irq_handler()
784 dev->cli.count -= MAX_I2C_FIFO_THRESHOLD; in i2c_irq_handler()
785 dev->cli.xfer_bytes += MAX_I2C_FIFO_THRESHOLD; in i2c_irq_handler()