Lines Matching defs:write3CE
719 static inline void write3CE(struct tridentfb_par *par, int reg,
809 write3CE(par, BiosReg, 0);
811 write3CE(par, BiosReg, 8);
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);
892 write3CE(par, CyberEnhance, tmp);
1124 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81);
1129 write3CE(par, CyberControl, read3CE(par, CyberControl) & 0x7E);
1170 write3CE(par, CyberControl, 8);
1194 write3CE(par, CyberControl, 8);
1257 write3CE(par, MiscIntContReg, tmp);
1310 write3CE(par, MiscExtFunc, tmp | 0x12);
1311 write3CE(par, 0x5, 0x40); /* no CGA compat, allow 256 col */
1312 write3CE(par, 0x6, 0x05); /* graphics mode */
1313 write3CE(par, 0x7, 0x0F); /* planes? */
1436 write3CE(par, PowerStatus, DPMSCont);