Searched refs:offset_c (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_rpf.c | 202 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rpf.c | 254 u32 offset_y, offset_c; in vsp1_rpf_configure_autofld() local 269 offset_c = format->plane_fmt[1].bytesperline; in vsp1_rpf_configure_autofld() 272 auto_fld->bottom_c0 = rpf->mem.addr[1] + offset_c; in vsp1_rpf_configure_autofld() 273 auto_fld->bottom_c1 = rpf->mem.addr[2] + offset_c; in vsp1_rpf_configure_autofld()
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7604.c | 1039 static void adv76xx_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv76xx_set_offset() argument 1047 offset_c = 0x3ff; in adv76xx_set_offset() 1052 offset_a, offset_b, offset_c); in adv76xx_set_offset() 1056 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv76xx_set_offset() 1057 offset_buf[3] = offset_c & 0x0ff; in adv76xx_set_offset()
|
H A D | adv7842.c | 1117 static void adv7842_set_offset(struct v4l2_subdev *sd, bool auto_offset, u16 offset_a, u16 offset_b, u16 offset_c) in adv7842_set_offset() argument 1125 offset_c = 0x3ff; in adv7842_set_offset() 1130 offset_a, offset_b, offset_c); in adv7842_set_offset() 1134 offset_buf[2] = ((offset_b & 0x03f) << 2) | ((offset_c & 0x300) >> 8); in adv7842_set_offset() 1135 offset_buf[3] = offset_c & 0x0ff; in adv7842_set_offset()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7604.c | 1053 static void adv76xx_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()
|
H A D | adv7842.c | 1105 static void adv7842_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()
|
Completed in 22 milliseconds