Searched refs:I2C_M_STOP (Results 1 – 7 of 7) sorted by relevance
73 #define I2C_M_STOP 0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
85 I2C_M_STOP:
253 if (msg->flags & I2C_M_STOP) in uniphier_i2c_master_xfer()
400 if (msg->flags & I2C_M_STOP) in uniphier_fi2c_master_xfer()
742 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_i2c_xfer()
661 if (msg->flags & I2C_M_STOP) in omap_i2c_xfer_msg()
971 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()