Searched refs:BT848_I2C (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-i2c.c | 54 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 D | bt848.h | 278 #define BT848_I2C 0x110 macro
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-i2c.c | 54 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 D | bt848.h | 286 #define BT848_I2C 0x110 macro
|
Completed in 4 milliseconds