Searched refs:I2C_HW (Results 1 – 1 of 1) sorted by relevance
121 #define I2C_HW (BT878_I2C_MODE | BT848_I2C_SYNC |\ macro135 xmit = (msg->addr << 25) | (msg->buf[0] << 16) | I2C_HW; in bttv_i2c_sendbytes()150 xmit = (msg->buf[cnt] << 24) | I2C_HW | BT878_I2C_NOSTART; in bttv_i2c_sendbytes()182 xmit = (msg->addr << 25) | (1 << 24) | I2C_HW; in bttv_i2c_readbytes()