Lines Matching +full:5 +full:g
14 u32 data[5];
84 #define IPU_FIELD_OFS0 IPU_CPMEM_WORD(1, 128, 5)
85 #define IPU_FIELD_OFS1 IPU_CPMEM_WORD(1, 133, 5)
86 #define IPU_FIELD_OFS2 IPU_CPMEM_WORD(1, 138, 5)
87 #define IPU_FIELD_OFS3 IPU_CPMEM_WORD(1, 143, 5)
170 * g[2:0]b[4:0] r[4:0]g[5:3] <=> [16:0] R:G:B in v4l2_pix_fmt_to_drm_fourcc()
174 /* B G R <=> [24:0] R:G:B */ in v4l2_pix_fmt_to_drm_fourcc()
177 /* R G B <=> [24:0] B:G:R */ in v4l2_pix_fmt_to_drm_fourcc()
180 /* B G R A <=> [32:0] A:B:G:R */ in v4l2_pix_fmt_to_drm_fourcc()
183 /* R G B A <=> [32:0] A:B:G:R */ in v4l2_pix_fmt_to_drm_fourcc()
186 /* B G R A <=> [32:0] A:R:G:B */ in v4l2_pix_fmt_to_drm_fourcc()
189 /* B G R X <=> [32:0] X:R:G:B */ in v4l2_pix_fmt_to_drm_fourcc()
192 /* A B G R <=> [32:0] R:G:B:A */ in v4l2_pix_fmt_to_drm_fourcc()
195 /* X B G R <=> [32:0] R:G:B:X */ in v4l2_pix_fmt_to_drm_fourcc()
198 /* R G B A <=> [32:0] A:B:G:R */ in v4l2_pix_fmt_to_drm_fourcc()
201 /* R G B X <=> [32:0] X:B:G:R */ in v4l2_pix_fmt_to_drm_fourcc()
204 /* A R G B <=> [32:0] B:G:R:A */ in v4l2_pix_fmt_to_drm_fourcc()
207 /* X R G B <=> [32:0] B:G:R:X */ in v4l2_pix_fmt_to_drm_fourcc()
361 u32 temp_rot = bitrev8(rot) >> 5; in ipu_cpmem_set_rotation()
408 bpp = 5; in ipu_cpmem_set_format_rgb()
440 bpp = 5; in ipu_cpmem_set_format_passthrough()
533 .red = { .offset = 11, .length = 5, },
534 .green = { .offset = 5, .length = 6, },
535 .blue = { .offset = 0, .length = 5, },
541 .red = { .offset = 0, .length = 5, },
542 .green = { .offset = 5, .length = 6, },
543 .blue = { .offset = 11, .length = 5, },
549 .red = { .offset = 10, .length = 5, },
550 .green = { .offset = 5, .length = 5, },
551 .blue = { .offset = 0, .length = 5, },
565 .red = { .offset = 0, .length = 5, },
566 .green = { .offset = 5, .length = 5, },
567 .blue = { .offset = 10, .length = 5, },
573 .red = { .offset = 11, .length = 5, },
574 .green = { .offset = 6, .length = 5, },
575 .blue = { .offset = 1, .length = 5, },
581 .red = { .offset = 1, .length = 5, },
582 .green = { .offset = 6, .length = 5, },
583 .blue = { .offset = 11, .length = 5, },
615 case IPUV3_CHANNEL_MEM_BG_ASYNC: return 5; in ipu_channel_albm()