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

/linux-4.4.14/drivers/media/i2c/
H A Dadv7604.c1027 static void adv76xx_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) adv76xx_set_offset() argument
1034 offset_b = 0x3ff; adv76xx_set_offset()
1040 offset_a, offset_b, offset_c); adv76xx_set_offset()
1043 offset_buf[1] = ((offset_a & 0x00f) << 4) | ((offset_b & 0x3c0) >> 6); adv76xx_set_offset()
1044 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); adv76xx_set_offset()
H A Dadv7842.c1142 static void adv7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) adv7842_set_offset() argument
1149 offset_b = 0x3ff; adv7842_set_offset()
1155 offset_a, offset_b, offset_c); adv7842_set_offset()
1158 offset_buf[1] = ((offset_a & 0x00f) << 4) | ((offset_b & 0x3c0) >> 6); adv7842_set_offset()
1159 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); adv7842_set_offset()

Completed in 129 milliseconds