Searched refs:I2C_MSG_START (Results 1 – 2 of 2) sorted by relevance
28 #define I2C_MSG_START BIT(5) macro401 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_write_start()507 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_read_start()580 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write_to_read()619 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_read()645 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write()757 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_read()769 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_read()839 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_write()854 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_write()[all …]
26 #define I2C_MSG_START BIT(5) macro478 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_read()480 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_read()535 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_write()537 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_write()610 start_msg->flags |= I2C_MSG_START; in i2c_enhance_pio_transfer()