HomeSort by: relevance | last modified time | path
    Searched defs:pxa2x0_i2c_wait (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 22 milliseconds