Searched refs:I2C_MSG_START (Results 1 – 1 of 1) sorted by relevance
145 #define I2C_MSG_START BIT(5) macro454 if (data->msgs->flags & I2C_MSG_START) { in enhanced_i2c_tran_read()456 data->msgs->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_read()513 if (data->msgs->flags & I2C_MSG_START) { in enhanced_i2c_tran_write()515 data->msgs->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_write()591 if (data->msgs->flags & I2C_MSG_START) { in i2c_tran_read()600 data->msgs->flags &= ~I2C_MSG_START; in i2c_tran_read()666 if (data->msgs->flags & I2C_MSG_START) { in i2c_tran_write()679 data->msgs->flags &= ~I2C_MSG_START; in i2c_tran_write()812 msgs->flags |= I2C_MSG_START; in i2c_it8xxx2_transfer()[all …]