Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dad9389b.c147 static inline void ad9389b_wr_and_or(struct v4l2_subdev *sd, u8 reg, in ad9389b_wr_and_or() function
176 ad9389b_wr_and_or(sd, 0x17, 0xe7, (mode & 0x3)<<3); in ad9389b_csc_conversion_mode()
177 ad9389b_wr_and_or(sd, 0x18, 0x9f, (mode & 0x3)<<5); in ad9389b_csc_conversion_mode()
186 ad9389b_wr_and_or(sd, 0x18, 0xe0, A1>>8); in ad9389b_csc_coeff()
188 ad9389b_wr_and_or(sd, 0x1A, 0xe0, A2>>8); in ad9389b_csc_coeff()
190 ad9389b_wr_and_or(sd, 0x1c, 0xe0, A3>>8); in ad9389b_csc_coeff()
192 ad9389b_wr_and_or(sd, 0x1e, 0xe0, A4>>8); in ad9389b_csc_coeff()
196 ad9389b_wr_and_or(sd, 0x20, 0xe0, B1>>8); in ad9389b_csc_coeff()
198 ad9389b_wr_and_or(sd, 0x22, 0xe0, B2>>8); in ad9389b_csc_coeff()
200 ad9389b_wr_and_or(sd, 0x24, 0xe0, B3>>8); in ad9389b_csc_coeff()
[all …]