Lines Matching defs:read3CE
707 static inline unsigned char read3CE(struct tridentfb_par *par,
770 tmp = (read3CE(par, VertStretch) >> 4) & 3;
813 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1);
814 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1);
820 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80);
821 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80);
884 int tmp = read3CE(par, CyberEnhance) & 0x8F;
906 return (read3CE(par, FPConfig) & 0x10) ? 1 : 0;
1128 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81);
1253 tmp = read3CE(par, MiscIntContReg) & ~0x4;
1303 tmp = read3CE(par, MiscExtFunc) & 0xF0;
1409 DPMSCont = read3CE(par, PowerStatus) & 0xFC;