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

/freebsd-13-stable/sys/arm/ti/
H A Dti_i2c.c177 * ti_i2c_write_2 - writes a 16-bit value to one of the I2C registers
189 ti_i2c_write_2(struct ti_i2c_softc *sc, bus_size_t off, uint16_t val) function
206 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_NACK);
211 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_AL);
220 ti_i2c_write_2(sc, I2C_REG_CON,
223 ti_i2c_write_2(sc, I2C_REG_STATUS,
260 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_RDR);
262 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_RRDY);
292 ti_i2c_write_2(sc, I2C_REG_DATA,
296 ti_i2c_write_2(s
[all...]

Completed in 96 milliseconds