Lines Matching refs:status
71 * @isr_status: cached copy of local ISR status.
228 /* Read IRQ status but only interested in Enabled IRQs. */
241 u32 status = idev->isr_status;
252 if (unlikely(status & ALTR_I2C_ISR_ARB)) {
256 } else if (unlikely(status & ALTR_I2C_ISR_NACK)) {
262 } else if (read && unlikely(status & ALTR_I2C_ISR_RXOF)) {
269 } else if (read && (status & ALTR_I2C_ISR_RXRDY)) {
275 } else if (!read && (status & ALTR_I2C_ISR_TXRDY)) {
283 dev_warn(idev->dev, "Unexpected interrupt: 0x%x\n", status);
290 status,
291 !(status & ALTR_I2C_STAT_CORE),