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

/freebsd-13-stable/sys/arm/ti/
H A Dti_i2c.c96 uint16_t sc_con_reg; member in struct:ti_i2c_softc
221 sc->sc_con_reg | I2C_CON_STP);
433 reg = sc->sc_con_reg | I2C_CON_STT;
459 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
519 sc->sc_con_reg = 0;
520 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
544 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
587 sc->sc_con_reg |= I2C_CON_OPMODE_HS;
638 sc->sc_con_reg |= I2C_CON_I2C_EN | I2C_CON_MST;
639 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
[all...]

Completed in 118 milliseconds