Home
last modified time | relevance | path

Searched refs:BT848_I2C (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c54 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setscl()
55 btread(BT848_I2C); in bttv_bit_setscl()
66 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setsda()
67 btread(BT848_I2C); in bttv_bit_setsda()
75 state = btread(BT848_I2C) & 0x02 ? 1 : 0; in bttv_bit_getscl()
84 state = btread(BT848_I2C) & 0x01; in bttv_bit_getsda()
138 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes()
153 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes()
195 btwrite(xmit, BT848_I2C); in bttv_i2c_readbytes()
201 msg->buf[cnt] = ((u32)btread(BT848_I2C) >> in bttv_i2c_readbytes()
[all...]
H A Dbt848.h278 #define BT848_I2C 0x110 macro
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c54 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setscl()
55 btread(BT848_I2C); in bttv_bit_setscl()
66 btwrite(btv->i2c_state, BT848_I2C); in bttv_bit_setsda()
67 btread(BT848_I2C); in bttv_bit_setsda()
75 state = btread(BT848_I2C) & 0x02 ? 1 : 0; in bttv_bit_getscl()
84 state = btread(BT848_I2C) & 0x01; in bttv_bit_getsda()
138 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes()
153 btwrite(xmit, BT848_I2C); in bttv_i2c_sendbytes()
195 btwrite(xmit, BT848_I2C); in bttv_i2c_readbytes()
201 msg->buf[cnt] = ((u32)btread(BT848_I2C) >> in bttv_i2c_readbytes()
[all...]
H A Dbt848.h286 #define BT848_I2C 0x110 macro

Completed in 4 milliseconds