Searched refs:offset_c (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_rpf.c | 201 u32 offset_y, offset_c; in vsp1_rpf_configure_autofld() local 216 offset_c = format->plane_fmt[1].bytesperline; in vsp1_rpf_configure_autofld() 219 auto_fld->bottom_c0 = rpf->mem.addr[1] + offset_c; in vsp1_rpf_configure_autofld() 220 auto_fld->bottom_c1 = rpf->mem.addr[2] + offset_c; in vsp1_rpf_configure_autofld()
|
/Linux-v4.19/drivers/media/platform/ |
D | sh_veu.c | 101 unsigned int offset_c; member 248 sh_veu_reg_write(veu, VEU_DACR, veu->vfmt_out.offset_c ? in sh_veu_process() 249 addr + veu->vfmt_out.offset_c : 0); in sh_veu_process() 252 veu->vfmt_out.offset_y, veu->vfmt_out.offset_c); in sh_veu_process() 256 sh_veu_reg_write(veu, VEU_SACR, veu->vfmt_in.offset_c ? in sh_veu_process() 257 addr + veu->vfmt_in.offset_c : 0); in sh_veu_process() 260 veu->vfmt_in.offset_y, veu->vfmt_in.offset_c); in sh_veu_process() 531 vfmt->offset_c = offset + y_line * vfmt->frame.height; in sh_veu_colour_offset() 538 vfmt->offset_c = 0; in sh_veu_colour_offset()
|
/Linux-v4.19/drivers/media/i2c/ |
D | adv7604.c | 1033 …76xx_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv76xx_set_offset() argument 1041 offset_c = 0x3ff; in adv76xx_set_offset() 1046 offset_a, offset_b, offset_c); in adv76xx_set_offset() 1050 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv76xx_set_offset() 1051 offset_buf[3] = offset_c & 0x0ff; in adv76xx_set_offset()
|
D | adv7842.c | 1115 …7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv7842_set_offset() argument 1123 offset_c = 0x3ff; in adv7842_set_offset() 1128 offset_a, offset_b, offset_c); in adv7842_set_offset() 1132 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv7842_set_offset() 1133 offset_buf[3] = offset_c & 0x0ff; in adv7842_set_offset()
|