HomeSort by: relevance | last modified time | path
    Searched defs:video_conf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/vax/vsa/
lcg.c 990 long video_conf; local in function:lcg_init_common
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);
    [all...]
lcg.c 990 long video_conf; local in function:lcg_init_common
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);
    [all...]

Completed in 25 milliseconds