Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/
Dsh_veu.c104 unsigned int offset_c; member
252 sh_veu_reg_write(veu, VEU_DACR, veu->vfmt_out.offset_c ? in sh_veu_process()
253 addr + veu->vfmt_out.offset_c : 0); in sh_veu_process()
256 veu->vfmt_out.offset_y, veu->vfmt_out.offset_c); in sh_veu_process()
260 sh_veu_reg_write(veu, VEU_SACR, veu->vfmt_in.offset_c ? in sh_veu_process()
261 addr + veu->vfmt_in.offset_c : 0); in sh_veu_process()
264 veu->vfmt_in.offset_y, veu->vfmt_in.offset_c); in sh_veu_process()
535 vfmt->offset_c = offset + y_line * vfmt->frame.height; in sh_veu_colour_offset()
542 vfmt->offset_c = 0; in sh_veu_colour_offset()
/linux-4.1.27/drivers/media/i2c/
Dadv7842.c1029 …7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv7842_set_offset() argument
1037 offset_c = 0x3ff; in adv7842_set_offset()
1042 offset_a, offset_b, offset_c); in adv7842_set_offset()
1046 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv7842_set_offset()
1047 offset_buf[3] = offset_c & 0x0ff; in adv7842_set_offset()
Dadv7604.c983 …76xx_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv76xx_set_offset() argument
991 offset_c = 0x3ff; in adv76xx_set_offset()
996 offset_a, offset_b, offset_c); in adv76xx_set_offset()
1000 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv76xx_set_offset()
1001 offset_buf[3] = offset_c & 0x0ff; in adv76xx_set_offset()