Searched refs:ths8200_write_and_or (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | ths8200.c | 97 ths8200_write_and_or(struct v4l2_subdev *sd, u8 reg, in ths8200_write_and_or() function 154 ths8200_write_and_or(sd, THS8200_CHIP_CTL, 0xf2, (on ? 0x00 : 0x0c)); in ths8200_s_power() 179 ths8200_write_and_or(sd, THS8200_CHIP_CTL, 0xfe, in ths8200_s_stream() 191 ths8200_write_and_or(sd, THS8200_CHIP_CTL, 0x3f, 0xc0); in ths8200_core_init() 289 ths8200_write_and_or(sd, THS8200_DTG2_BP1_2_MSB, 0x88, in ths8200_setup() 303 ths8200_write_and_or(sd, THS8200_DTG2_HLENGTH_LSB_HDLY_MSB, 0x3f, in ths8200_setup() 307 ths8200_write_and_or(sd, THS8200_DTG2_HLENGTH_LSB_HDLY_MSB, 0xe0, in ths8200_setup() 313 ths8200_write_and_or(sd, THS8200_DTG2_VLENGTH1_MSB_VDLY1_MSB, 0x3f, in ths8200_setup() 317 ths8200_write_and_or(sd, THS8200_DTG2_VLENGTH1_MSB_VDLY1_MSB, 0xf8, in ths8200_setup()
|