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

/freebsd-12-stable/sys/arm/ti/
H A Dti_i2c.c208 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_NACK);
213 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_AL);
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);
298 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_XDR);
300 ti_i2c_write_2(sc, I2C_REG_STATUS, I2C_STAT_XRDY);
329 status = ti_i2c_read_2(sc, I2C_REG_STATUS);
729 ti_i2c_write_2(sc, I2C_REG_STATUS, 0xffff);
H A Dti_i2c.h126 #define I2C_REG_STATUS 0x28 macro

Completed in 62 milliseconds