Lines Matching defs:write3CE
720 static inline void write3CE(struct tridentfb_par *par, int reg,
810 write3CE(par, BiosReg, 0);
812 write3CE(par, BiosReg, 8);
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);
893 write3CE(par, CyberEnhance, tmp);
1128 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81);
1169 write3CE(par, CyberControl, 8);
1193 write3CE(par, CyberControl, 8);
1256 write3CE(par, MiscIntContReg, tmp);
1309 write3CE(par, MiscExtFunc, tmp | 0x12);
1310 write3CE(par, 0x5, 0x40); /* no CGA compat, allow 256 col */
1311 write3CE(par, 0x6, 0x05); /* graphics mode */
1312 write3CE(par, 0x7, 0x0F); /* planes? */
1435 write3CE(par, PowerStatus, DPMSCont);