Lines Matching defs:video_conf
990 long video_conf;
1277 video_conf
1299 video_conf |= (0 << 11); /* split LUT load */
1300 video_conf |= (2 << 8); /* memory refresh select */
1301 video_conf |= (0 << 5); /* split shift register load */
1303 video_conf |= (1 << 11); /* Full LUT load */
1304 video_conf |= (1 << 8); /* memory refresh select */
1305 video_conf |= (1 << 5); /* split shift register load */
1308 LCG_REG(LCG_REG_VIDEO_CONFIG) = video_conf;
1319 video_conf);