Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/i2c/
Di2c_ite_it8xxx2.c28 #define I2C_MSG_START BIT(5) macro
399 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 …]
Di2c_ite_enhance.c26 #define I2C_MSG_START BIT(5) macro
476 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()