Lines Matching defs:read3CE
706 static inline unsigned char read3CE(struct tridentfb_par *par,
769 tmp = (read3CE(par, VertStretch) >> 4) & 3;
812 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1);
813 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1);
819 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80);
820 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80);
883 int tmp = read3CE(par, CyberEnhance) & 0x8F;
905 return (read3CE(par, FPConfig) & 0x10) ? 1 : 0;
1124 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81);
1129 write3CE(par, CyberControl, read3CE(par, CyberControl) & 0x7E);
1254 tmp = read3CE(par, MiscIntContReg) & ~0x4;
1304 tmp = read3CE(par, MiscExtFunc) & 0xF0;
1410 DPMSCont = read3CE(par, PowerStatus) & 0xFC;