Searched refs:I2C_M_STOP (Results 1 – 5 of 5) sorted by relevance
158 msg.flags = I2C_M_STOP; in atsha204a_send()171 msg.flags = I2C_M_RD | I2C_M_STOP; in atsha204a_recv()
32 I2C_M_STOP | \
166 if (msg->flags & I2C_M_STOP) { in rcar_iic_write_common()
1042 (msg->flags & I2C_M_STOP));
132 I2C_M_STOP = 0x8000, /* send stop after this message */ enumerator
Completed in 8 milliseconds