Home
last modified time | relevance | path

Searched defs:R3G3B2 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dct65550.c663 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in chipsfb_putchar_aa() macro
/netbsd-src/sys/dev/pci/
H A Dr128fb.c1000 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in r128fb_putchar_aa() macro
H A Dvoodoofb.c869 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in voodoofb_putchar_aa() macro
H A Dmachfb.c1691 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in mach64_putchar_aa8() macro
H A Dradeonfb.c3344 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in radeonfb_putchar_aa8() macro
/netbsd-src/sys/dev/sun/
H A Dcgsix.c1523 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in cgsix_putchar_aa() macro
/netbsd-src/sys/dev/pci/voyager/
H A Dvoyagerfb.c1140 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in voyagerfb_putchar_aa8() macro
/netbsd-src/sys/arch/sparc/dev/
H A Dcgfourteen.c1724 #define R3G3B2( cg14_putchar_aa() macro
/netbsd-src/sys/dev/sbus/
H A Dp9100.c1216 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in p9100_putchar_aa() macro