Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/renesas/vsp1/
Dvsp1_rpf.c202 u32 offset_y, offset_c; in vsp1_rpf_configure_autofld() local
217 offset_c = format->plane_fmt[1].bytesperline; in vsp1_rpf_configure_autofld()
220 auto_fld->bottom_c0 = rpf->mem.addr[1] + offset_c; in vsp1_rpf_configure_autofld()
221 auto_fld->bottom_c1 = rpf->mem.addr[2] + offset_c; in vsp1_rpf_configure_autofld()
/Linux-v6.1/drivers/media/i2c/
Dadv7604.c1053 …76xx_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv76xx_set_offset() argument
1061 offset_c = 0x3ff; in adv76xx_set_offset()
1066 offset_a, offset_b, offset_c); in adv76xx_set_offset()
1070 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv76xx_set_offset()
1071 offset_buf[3] = offset_c & 0x0ff; in adv76xx_set_offset()
Dadv7842.c1105 …7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv7842_set_offset() argument
1113 offset_c = 0x3ff; in adv7842_set_offset()
1118 offset_a, offset_b, offset_c); in adv7842_set_offset()
1122 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv7842_set_offset()
1123 offset_buf[3] = offset_c & 0x0ff; in adv7842_set_offset()