Searched refs:IIC_ISR_ALD (Results 1 – 2 of 2) sorted by relevance
115 if (isr & (IIC_ISR_BED | (bit & IIC_ISR_ALD))) in iopiic_wait()117 else if (isr & (bit & ~IIC_ISR_ALD)) in iopiic_wait()208 if ((error = iopiic_wait(sc, IIC_ISR_IRF | IIC_ISR_ALD, flags)) == 0) in iopiic_read_byte()227 error = iopiic_wait(sc, IIC_ISR_ITE | IIC_ISR_ALD, flags); in iopiic_write_byte()
70 #define IIC_ISR_ALD (1U << 5) /* arb loss detected */ macro