Searched refs:BT878_I2C_NOSTART (Results 1 – 2 of 2) sorted by relevance
150 xmit = (msg->buf[cnt] << 24) | I2C_HW | BT878_I2C_NOSTART; in bttv_i2c_sendbytes()188 xmit |= BT878_I2C_NOSTART; in bttv_i2c_readbytes()191 if (!(xmit & BT878_I2C_NOSTART)) in bttv_i2c_readbytes()
282 #define BT878_I2C_NOSTART (1<<4) macro