Searched refs:I2C_FIFO_STATUS_RX_FIFO_FULL_CNT (Results 1 – 1 of 1) sorted by relevance
103 #define I2C_FIFO_STATUS_RX_FIFO_FULL_CNT(x) (((x) >> 0) & 0xF) macro392 if (I2C_FIFO_STATUS_RX_FIFO_FULL_CNT(reg) == 0) in tegra_i2c_rx()