Home
last modified time | relevance | path

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

/drivers/media/video/bt8xx/
Dbttv-i2c.c68 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setscl()
69 btread(BT848_I2C); in bttv_bit_setscl()
80 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setsda()
81 btread(BT848_I2C); in bttv_bit_setsda()
89 state = btread(BT848_I2C) & 0x02 ? 1 : 0; in bttv_bit_getscl()
98 state = btread(BT848_I2C) & 0x01; in bttv_bit_getsda()
152 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes()
167 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes()
209 btwrite(xmit, BT848_I2C); in bttv_i2c_readbytes()
215 msg->buf[cnt] = ((u32)btread(BT848_I2C) >> 8) & 0xff; in bttv_i2c_readbytes()
Dbt848.h290 #define BT848_I2C 0x110 macro