Searched refs:I2C_MSG_START (Results 1 – 2 of 2) sorted by relevance
28 #define I2C_MSG_START BIT(5) macro388 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_write_start()494 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_read_start()567 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write_to_read()606 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_read()632 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write()744 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_read()756 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_read()826 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_write()841 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_write()[all …]
26 #define I2C_MSG_START BIT(5) macro456 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_read()458 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_read()513 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_write()515 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_write()588 start_msg->flags |= I2C_MSG_START; in i2c_enhance_pio_transfer()