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

  /src/sys/arch/arm/xscale/
pxa2x0_i2c.c 132 bus_space_write_4(iot, ioh, I2C_ICR, rv & ~ICR_STOP);
151 (ICR_STOP | ICR_ACKNAK));
203 bus_space_write_4(iot, ioh, I2C_ICR, rv & ~ICR_STOP);
222 bus_space_write_4(iot, ioh, I2C_ICR, rv | ICR_STOP);
278 bus_space_write_4(iot, ioh, I2C_ICR, rv | ICR_STOP);
329 bus_space_write_4(iot, ioh, I2C_ICR, rv & ~ICR_STOP);
349 bus_space_write_4(iot, ioh, I2C_ICR, rv & ~ICR_STOP);
369 bus_space_write_4(iot, ioh, I2C_ICR, rv | ICR_STOP);
385 bus_space_write_4(iot, ioh, I2C_ICR, rv & ~ICR_STOP);
467 CSR_WRITE_4(sc, I2C_ICR, sc->sc_icr | ICR_STOP);
    [all...]
pxa2x0reg.h 239 #define ICR_STOP (1<<1)

Completed in 15 milliseconds