Searched refs:ALTR_I2C_ISR_TXRDY (Results 1 – 1 of 1) sorted by relevance
39 #define ALTR_I2C_ISR_TXRDY BIT(0) /* TX Ready IRQ */ macro50 ALTR_I2C_ISR_TXRDY)275 } else if (!read && (status & ALTR_I2C_ISR_TXRDY)) { in altr_i2c_isr()277 altr_i2c_int_clear(idev, ALTR_I2C_ISR_TXRDY); in altr_i2c_isr()334 imask |= ALTR_I2C_ISR_TXRDY; in altr_i2c_xfer_msg()