Searched refs:ALTR_I2C_ISR_RXRDY (Results 1 – 1 of 1) sorted by relevance
38 #define ALTR_I2C_ISR_RXRDY BIT(1) /* RX Ready IRQ */ macro49 ALTR_I2C_ISR_NACK | ALTR_I2C_ISR_RXRDY | \264 altr_i2c_int_clear(idev, ALTR_I2C_ISR_RXRDY); in altr_i2c_isr()268 } else if (read && (status & ALTR_I2C_ISR_RXRDY)) { in altr_i2c_isr()271 altr_i2c_int_clear(idev, ALTR_I2C_ISR_RXRDY); in altr_i2c_isr()