Home
last modified time | relevance | path

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

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