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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dvesafb.c29 #define dac_val (0x3c9) macro
93 outb_p(red >> shift, dac_val);
94 outb_p(green >> shift, dac_val);
95 outb_p(blue >> shift, dac_val);
H A Dvga16fb.c39 #define dac_val (VGA_PEL_D) macro
676 outb(red >> 10, dac_val);
677 outb(green >> 10, dac_val);
678 outb(blue >> 10, dac_val);
841 outb_p (0, dac_val) ;
842 outb_p (0, dac_val) ;
843 outb_p (0, dac_val) ;

Completed in 72 milliseconds