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

/freebsd-13-stable/sys/arm/ti/
H A Dti_i2c.c220 ti_i2c_write_2(sc, I2C_REG_CON,
438 ti_i2c_write_2(sc, I2C_REG_CON, reg);
458 if ((ti_i2c_read_2(sc, I2C_REG_CON) & I2C_CON_MST) == 0)
459 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
520 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
530 ti_i2c_write_2(sc, I2C_REG_CON, I2C_CON_I2C_EN);
544 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
639 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
727 ti_i2c_write_2(sc, I2C_REG_CON, 0);
H A Dti_i2c.h82 #define I2C_REG_CON 0xa4 macro

Completed in 100 milliseconds