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

/freebsd-12-stable/sys/arm/ti/
H A Dti_i2c.c222 ti_i2c_write_2(sc, I2C_REG_CON,
441 ti_i2c_write_2(sc, I2C_REG_CON, reg);
461 if ((ti_i2c_read_2(sc, I2C_REG_CON) & I2C_CON_MST) == 0)
462 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
523 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
533 ti_i2c_write_2(sc, I2C_REG_CON, I2C_CON_I2C_EN);
547 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
642 ti_i2c_write_2(sc, I2C_REG_CON, sc->sc_con_reg);
730 ti_i2c_write_2(sc, I2C_REG_CON, 0);
H A Dti_i2c.h82 #define I2C_REG_CON 0xa4 macro

Completed in 51 milliseconds