Searched refs:I2C_M_NOSTART (Results 1 – 10 of 10) sorted by relevance
6 I2C_M_NOSTART = 16384
49 …E, I2C_M_RECV_LEN, I2C_M_NO_RD_ACK, I2C_M_IGNORE_NAK, I2C_M_REV_DIR_ADDR, I2C_M_NOSTART, I2C_M_STOP
82 #define I2C_M_NOSTART 0x4000 /* if I2C_FUNC_NOSTART */ macro
159 #define I2C_M_NOSTART 0x4000 /* no restart between msgs */ macro509 if ((i != 0) && ((pmsg->flags & I2C_M_NOSTART) == 0)) { in bcm_kona_i2c_xfer()518 if (!(pmsg->flags & I2C_M_NOSTART)) { in bcm_kona_i2c_xfer()
30 I2C_M_NOSTART | \
83 I2C_M_NOSTART = 0x4000, /* no start before this message */ enumerator