Searched refs:I2C_MSG_START (Results 1 – 2 of 2) sorted by relevance
28 #define I2C_MSG_START BIT(5) macro399 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_write_start()505 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_fifo_read_start()578 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write_to_read()617 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_read()643 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_fifo_write()755 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_read()767 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_read()837 if (data->active_msg->flags & I2C_MSG_START) { in i2c_tran_write()852 data->active_msg->flags &= ~I2C_MSG_START; in i2c_tran_write()[all …]
26 #define I2C_MSG_START BIT(5) macro476 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_read()478 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_read()533 if (data->active_msg->flags & I2C_MSG_START) { in enhanced_i2c_tran_write()535 data->active_msg->flags &= ~I2C_MSG_START; in enhanced_i2c_tran_write()608 start_msg->flags |= I2C_MSG_START; in i2c_enhance_pio_transfer()