Lines Matching refs:BT848_I2C
54 btwrite(btv->i2c_state, BT848_I2C);
55 btread(BT848_I2C);
66 btwrite(btv->i2c_state, BT848_I2C);
67 btread(BT848_I2C);
75 state = btread(BT848_I2C) & 0x02 ? 1 : 0;
84 state = btread(BT848_I2C) & 0x01;
138 btwrite(xmit, BT848_I2C);
153 btwrite(xmit, BT848_I2C);
195 btwrite(xmit, BT848_I2C);
201 msg->buf[cnt] = ((u32)btread(BT848_I2C) >> 8) & 0xff;