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

/freebsd-12-stable/sys/arm/ti/
H A Dti_i2c.c179 * ti_i2c_write_2 - writes a 16-bit value to one of the I2C registers
191 ti_i2c_write_2(struct ti_i2c_softc *sc, bus_size_t off, uint16_t val) function
208 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_NACK);
213 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_AL);
222 ti_i2c_write_2(sc, I2C_REG_CON,
225 ti_i2c_write_2(sc, I2C_REG_STATUS,
262 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_RDR);
264 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_RRDY);
294 ti_i2c_write_2(sc, I2C_REG_DATA,
298 ti_i2c_write_2(s
[all...]

Completed in 96 milliseconds