Home
last modified time | relevance | path

Searched refs:BT878_I2C_NOSTART (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c150 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()
H A Dbt848.h290 #define BT878_I2C_NOSTART (1<<4) macro