Searched refs:I2C_MSG_START (Results 1 – 2 of 2) sorted by relevance
28 #define I2C_MSG_START BIT(5) macro400 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_write_start()506 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_read_start()579 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write_to_read()618 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_read()644 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write()756 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_read()768 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_read()838 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_write()853 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_write()[all …]
26 #define I2C_MSG_START BIT(5) macro477 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_read()479 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_read()534 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_write()536 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_write()609 start_msg->flags |= I2C_MSG_START; in i2c_enhance_pio_transfer()