Searched defs:R3G3B2 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | ct65550.c | 663 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in chipsfb_putchar_aa() macro
|
/netbsd-src/sys/dev/pci/ |
H A D | r128fb.c | 1000 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in r128fb_putchar_aa() macro
|
H A D | voodoofb.c | 869 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in voodoofb_putchar_aa() macro
|
H A D | machfb.c | 1691 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in mach64_putchar_aa8() macro
|
H A D | radeonfb.c | 3344 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in radeonfb_putchar_aa8() macro
|
/netbsd-src/sys/dev/sun/ |
H A D | cgsix.c | 1523 #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 D | voyagerfb.c | 1140 #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 D | cgfourteen.c | 1724 #define R3G3B2( cg14_putchar_aa() macro
|
/netbsd-src/sys/dev/sbus/ |
H A D | p9100.c | 1216 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in p9100_putchar_aa() macro
|