Searched refs:sc_con_reg (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/arm/ti/
H A Dti_i2c.c98 uint16_t sc_con_reg; member in struct:ti_i2c_softc
223 sc->sc_con_reg | I2C_CON_STP);
436 reg = sc->sc_con_reg | I2C_CON_STT;
462 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
522 sc->sc_con_reg = 0;
523 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
547 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
590 sc->sc_con_reg |= I2C_CON_OPMODE_HS;
641 sc->sc_con_reg |= I2C_CON_I2C_EN | I2C_CON_MST;
642 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
[all...]

Completed in 38 milliseconds