Searched refs:read3CE (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.c131 static inline u8 read3CE(u32 reg) function
839 write3CE(GR30, read3CE(GR30) | 0x81); // shadow mode on
842 write3CE(GR52, (read3CE(GR52) & 0x7C) | 0x80);
843 write3CE(GR53, (read3CE(GR53) & 0x7C) | 0x80);
846 write3CE(GR52, (read3CE(GR52) & 0x7C) | 1);
847 write3CE(GR53, (read3CE(GR53) & 0x7C) | 1);
1006 write3CE(GR31, (read3CE(GR31) & 0x8F) |
1101 DPMSCont = read3CE(GR23) & 0xFC;
1393 return (read3CE(GR33) & 0x10) ? DISPLAY_FP : DISPLAY_CRT;
1409 tmp = (read3CE(GR5
[all...]
H A Dtridentfb.c514 static inline unsigned char read3CE(int reg) function
559 tmp = (read3CE(VertStretch) >> 4) & 3;
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);
643 int tmp = read3CE(CyberEnhance) & 0x8F;
665 return (read3CE(FPConfig) & 0x10)?DISPLAY_FP:DISPLAY_CRT;
779 #define shadowmode_on() write3CE(CyberControl,read3CE(CyberControl) | 0x81)
780 #define shadowmode_off() write3CE(CyberControl,read3CE(CyberContro
[all...]

Completed in 60 milliseconds