/src/sys/arch/arm/xscale/ |
iopi2c.c | 83 iopiic_wait(struct iopiic_softc *sc, int bit, int flags) function in typeref:typename:int 121 "iopiic_wait, (%08x) error %d: ISR = 0x%08x\n", 186 error = iopiic_wait(sc, IIC_ISR_ITE, flags); 205 if ((error = iopiic_wait(sc, IIC_ISR_IRF | IIC_ISR_ALD, flags)) == 0) 224 error = iopiic_wait(sc, IIC_ISR_ITE | IIC_ISR_ALD, flags);
|
iopi2c.c | 83 iopiic_wait(struct iopiic_softc *sc, int bit, int flags) function in typeref:typename:int 121 "iopiic_wait, (%08x) error %d: ISR = 0x%08x\n", 186 error = iopiic_wait(sc, IIC_ISR_ITE, flags); 205 if ((error = iopiic_wait(sc, IIC_ISR_IRF | IIC_ISR_ALD, flags)) == 0) 224 error = iopiic_wait(sc, IIC_ISR_ITE | IIC_ISR_ALD, flags);
|