Searched refs:offset_c (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/media/platform/ |
D | sh_veu.c | 104 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.4.14/drivers/media/i2c/ |
D | adv7604.c | 1027 …76xx_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv76xx_set_offset() argument 1035 offset_c = 0x3ff; in adv76xx_set_offset() 1040 offset_a, offset_b, offset_c); in adv76xx_set_offset() 1044 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv76xx_set_offset() 1045 offset_buf[3] = offset_c & 0x0ff; in adv76xx_set_offset()
|
D | adv7842.c | 1142 …7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv7842_set_offset() argument 1150 offset_c = 0x3ff; in adv7842_set_offset() 1155 offset_a, offset_b, offset_c); in adv7842_set_offset() 1159 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv7842_set_offset() 1160 offset_buf[3] = offset_c & 0x0ff; in adv7842_set_offset()
|