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

/linux-master/drivers/media/i2c/
H A Dadv7604.c599 static inline int cp_write_clr_set(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) function
959 cp_write_clr_set(sd, 0x81, 0x10, 0x00);
1017 cp_write_clr_set(sd, 0x81, 0x10, 0x10);
1245 cp_write_clr_set(sd, 0xbf, 0x04, ctrl->val << 2);
1655 cp_write_clr_set(sd, 0x86, 0x06, 0x00);
1657 cp_write_clr_set(sd, 0x86, 0x06, 0x04);
1659 cp_write_clr_set(sd, 0x86, 0x06, 0x02);
1715 cp_write_clr_set(sd, 0x91, 0x40, bt->interlaced ? 0x40 : 0x00);
1810 cp_write_clr_set(sd, 0x3e, 0x80, 0x80);

Completed in 125 milliseconds