Searched refs:I2C_M_NOSTART (Results 1 – 3 of 3) sorted by relevance
31 I2C_M_NOSTART | \
160 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro510 if ((i != 0) && ((pmsg->flags & I2C_M_NOSTART) == 0)) { in bcm_kona_i2c_xfer()519 if (!(pmsg->flags & I2C_M_NOSTART)) { in bcm_kona_i2c_xfer()
84 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator