Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dths8200.c78 static int ths8200_write(struct v4l2_subdev *sd, u8 reg, u8 val) in ths8200_write() function
100 ths8200_write(sd, reg, (ths8200_read(sd, reg) & clr_mask) | val_mask); in ths8200_write_and_or()
117 ths8200_write(sd, reg->reg & 0xff, reg->val & 0xff); in ths8200_s_register()
198 ths8200_write(sd, THS8200_DATA_CNTL, 0x70); in ths8200_core_init()
203 ths8200_write(sd, THS8200_DTG1_MODE, 0x87); in ths8200_core_init()
210 ths8200_write(sd, THS8200_DTG1_Y_SYNC_MSB, 0x00); in ths8200_core_init()
211 ths8200_write(sd, THS8200_DTG1_CBCR_SYNC_MSB, 0x00); in ths8200_core_init()
225 ths8200_write(sd, THS8200_DTG1_SPEC_A, bt->hsync); in ths8200_setup()
226 ths8200_write(sd, THS8200_DTG1_SPEC_B, bt->hfrontporch); in ths8200_setup()
230 ths8200_write(sd, THS8200_DTG1_SPEC_C, 0x00); in ths8200_setup()
[all …]