Lines Matching refs:ICR_STOP
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);
505 | (last_byte ? ICR_ACKNAK : 0) | (send_stop ? ICR_STOP : 0));
524 | (send_stop ? ICR_STOP : 0));