Searched refs:BT878_I2C_NOSTOP (Results 1 – 2 of 2) sorted by relevance
149 xmit |= BT878_I2C_NOSTOP; in bttv_i2c_sendbytes()164 xmit |= BT878_I2C_NOSTOP; in bttv_i2c_sendbytes()174 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP)) in bttv_i2c_sendbytes()198 xmit |= BT878_I2C_NOSTOP; in bttv_i2c_readbytes()217 if (i2c_debug && !(xmit & BT878_I2C_NOSTOP)) in bttv_i2c_readbytes()
293 #define BT878_I2C_NOSTOP (1<<5) macro