Searched refs:write3CE (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcyblafb.c149 static inline void write3CE(u32 reg, u8 val) function
831 write3CE(GR30, 8);
839 write3CE(GR30, read3CE(GR30) | 0x81); // shadow mode on
842 write3CE(GR52, (read3CE(GR52) & 0x7C) | 0x80);
843 write3CE(GR53, (read3CE(GR53) & 0x7C) | 0x80);
845 write3CE(GR5D, 0);
846 write3CE(GR52, (read3CE(GR52) & 0x7C) | 1);
847 write3CE(GR53, (read3CE(GR53) & 0x7C) | 1);
852 write3CE(GR30, 8);
963 write3CE(GR0
[all...]
H A Dtridentfb.c527 static inline void write3CE(int reg, unsigned char val) function
585 write3CE(BiosReg,0);
587 write3CE(BiosReg,8);
588 write3CE(VertStretch,(read3CE(VertStretch) & 0x7C) | 1);
589 write3CE(HorStretch,(read3CE(HorStretch) & 0x7C) | 1);
595 write3CE(VertStretch,(read3CE(VertStretch) & 0x7C) | 0x80);
596 write3CE(HorStretch,(read3CE(HorStretch) & 0x7C) | 0x80);
652 write3CE(CyberEnhance, tmp);
779 #define shadowmode_on() write3CE(CyberControl,read3CE(CyberControl) | 0x81)
780 #define shadowmode_off() write3CE(CyberContro
[all...]

Completed in 86 milliseconds