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