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

/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/bootpref/
H A Dbootpref.h79 #define VID2_80CLM 0x08 /* Otherwise 40 columns */ macro
H A Dbootpref.c205 if (check_video2 & VID2_80CLM) {
208 bootpref[ARRAY_VID2] &= ~VID2_80CLM;
210 check_video2 |= VID2_80CLM;
214 if (check_video2 & VID2_80CLM) {
217 bootpref[ARRAY_VID2] |= VID2_80CLM;
219 check_video2 |= VID2_80CLM;
618 if (vid2 & VID2_80CLM) {

Completed in 94 milliseconds