Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-i2c.c66 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setscl()
67 btread(BT848_I2C); in bttv_bit_setscl()
78 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setsda()
79 btread(BT848_I2C); in bttv_bit_setsda()
87 state = btread(BT848_I2C) & 0x02 ? 1 : 0; in bttv_bit_getscl()
96 state = btread(BT848_I2C) & 0x01; in bttv_bit_getsda()
150 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes()
165 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes()
207 btwrite(xmit, BT848_I2C); in bttv_i2c_readbytes()
213 msg->buf[cnt] = ((u32)btread(BT848_I2C) >> 8) & 0xff; in bttv_i2c_readbytes()
Dbt848.h290 #define BT848_I2C 0x110 macro