write3CE 809 drivers/video/fbdev/tridentfb.c write3CE(par, BiosReg, 0); write3CE 811 drivers/video/fbdev/tridentfb.c write3CE(par, BiosReg, 8); write3CE 812 drivers/video/fbdev/tridentfb.c write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1); write3CE 813 drivers/video/fbdev/tridentfb.c write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1); write3CE 819 drivers/video/fbdev/tridentfb.c write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80); write3CE 820 drivers/video/fbdev/tridentfb.c write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80); write3CE 892 drivers/video/fbdev/tridentfb.c write3CE(par, CyberEnhance, tmp); write3CE 1124 drivers/video/fbdev/tridentfb.c write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81); write3CE 1129 drivers/video/fbdev/tridentfb.c write3CE(par, CyberControl, read3CE(par, CyberControl) & 0x7E); write3CE 1170 drivers/video/fbdev/tridentfb.c write3CE(par, CyberControl, 8); write3CE 1194 drivers/video/fbdev/tridentfb.c write3CE(par, CyberControl, 8); write3CE 1257 drivers/video/fbdev/tridentfb.c write3CE(par, MiscIntContReg, tmp); write3CE 1310 drivers/video/fbdev/tridentfb.c write3CE(par, MiscExtFunc, tmp | 0x12); write3CE 1311 drivers/video/fbdev/tridentfb.c write3CE(par, 0x5, 0x40); /* no CGA compat, allow 256 col */ write3CE 1312 drivers/video/fbdev/tridentfb.c write3CE(par, 0x6, 0x05); /* graphics mode */ write3CE 1313 drivers/video/fbdev/tridentfb.c write3CE(par, 0x7, 0x0F); /* planes? */ write3CE 1436 drivers/video/fbdev/tridentfb.c write3CE(par, PowerStatus, DPMSCont);