Searched refs:VID1_INTERLACE (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/bootpref/
H A Dbootpref.h71 #define VID1_INTERLACE 01 /* Interlace (TV) / Double line (VGA) */ macro
H A Dbootpref.c259 if (check_video1 & VID1_INTERLACE) {
262 bootpref[ARRAY_VID1] |= VID1_INTERLACE;
264 check_video1 |= VID1_INTERLACE;
268 if (check_video1 & VID1_INTERLACE) {
271 bootpref[ARRAY_VID1] &= ~VID1_INTERLACE;
273 check_video1 |= VID1_INTERLACE;
654 if (vid1 & VID1_INTERLACE) {
661 if (vid1 & VID1_INTERLACE) {

Completed in 25 milliseconds