/src/sys/arch/arm/xscale/ |
pxa2x0_i2c.c | 429 pxa2x0_i2c_wait(struct pxa2x0_i2c_softc *sc, int bit, int flags) function in typeref:typename:int 486 error = pxa2x0_i2c_wait(sc, ISR_ITE, flags); 506 error = pxa2x0_i2c_wait(sc, ISR_IRF | ISR_ALD, flags); 525 error = pxa2x0_i2c_wait(sc, ISR_ITE | ISR_ALD, flags);
|
pxa2x0_i2c.c | 429 pxa2x0_i2c_wait(struct pxa2x0_i2c_softc *sc, int bit, int flags) function in typeref:typename:int 486 error = pxa2x0_i2c_wait(sc, ISR_ITE, flags); 506 error = pxa2x0_i2c_wait(sc, ISR_IRF | ISR_ALD, flags); 525 error = pxa2x0_i2c_wait(sc, ISR_ITE | ISR_ALD, flags);
|