Lines Matching +full:576 +full:i
50 * 1080i interlaced pixels, and was initially designed to encode pixels for
935 /* Repeat VENC pixels for 480/576i/p, 720p50/60 and 1080p50/60 */ in meson_venc_hdmi_venc_repeat()
936 if (vic == 6 || vic == 7 || /* 480i */ in meson_venc_hdmi_venc_repeat()
937 vic == 21 || vic == 22 || /* 576i */ in meson_venc_hdmi_venc_repeat()
938 vic == 17 || vic == 18 || /* 576p */ in meson_venc_hdmi_venc_repeat()
985 /* Use VENCI for 480i and 576i and double HDMI pixels */ in meson_venc_hdmi_mode_set()
1006 /* Repeat VENC pixels for 480/576i/p, 720p50/60 and 1080p50/60 */ in meson_venc_hdmi_mode_set()
1572 576, 580, 584, 588, 592, 596, 600, 604, 608, 612, 616, 620, 624, 628, 632, 636,
1584 int i, ret; in meson_encl_set_gamma_table() local
1599 for (i = 0; i < 256; i++) { in meson_encl_set_gamma_table()
1606 writel_relaxed(data[i], priv->io_base + _REG(L_GAMMA_DATA_PORT)); in meson_encl_set_gamma_table()