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

/netbsd-6-1-5-RELEASE/sys/arch/prep/stand/boot/
H A Dvga.c84 #define CATTR(x) (x) /* store color/attributes un-shifted */ macro
118 pccolor = CATTR((background<<4)|foreground);
119 pccolor_so = CATTR((foreground<<4)|background);
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dvga.c82 #define CATTR(x) (x) /* store color/attributes un-shifted */ macro
116 pccolor = CATTR((background<<4)|foreground);
117 pccolor_so = CATTR((foreground<<4)|background);

Completed in 91 milliseconds