Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-tegra.c52 #define I2C_FIFO_CONTROL_RX_FLUSH (1<<0) macro
245 val |= I2C_FIFO_CONTROL_TX_FLUSH | I2C_FIFO_CONTROL_RX_FLUSH; in tegra_i2c_flush_fifos()
249 (I2C_FIFO_CONTROL_TX_FLUSH | I2C_FIFO_CONTROL_RX_FLUSH)) { in tegra_i2c_flush_fifos()