Home
last modified time | relevance | path

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

/linux/drivers/media/platform/vsp1/
A 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/drivers/media/i2c/
A Dadv7842.c1115 …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()
A 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()

Completed in 16 milliseconds