Lines Matching defs:isr
85 uint32_t isr;
92 * the ISR while the transfer is in progress--at least on the
106 isr = bus_space_read_4(sc->sc_st, sc->sc_sh, IIC_ISR);
107 if (isr & (bit | IIC_ISR_BED))
112 if (isr & (IIC_ISR_BED | (bit & IIC_ISR_ALD)))
114 else if (isr & (bit & ~IIC_ISR_ALD))
121 "iopiic_wait, (%08x) error %d: ISR = 0x%08x\n",
122 bit, error, isr);
126 * read-only. So simply write back our copy of the ISR to clear any
129 bus_space_write_4(sc->sc_st, sc->sc_sh, IIC_ISR, isr);