Home
last modified time | relevance | path

Searched refs:I2C_MSG_START (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/i2c/
Di2c_ite_it8xxx2.c28 #define I2C_MSG_START BIT(5) macro
401 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 …]
Di2c_ite_enhance.c26 #define I2C_MSG_START BIT(5) macro
478 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()