Lines Matching refs:write3CE
718 static inline void write3CE(struct tridentfb_par *par, int reg, in write3CE() function
811 write3CE(par, BiosReg, 0); in screen_stretch()
813 write3CE(par, BiosReg, 8); in screen_stretch()
814 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1); in screen_stretch()
815 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1); in screen_stretch()
821 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80); in screen_center()
822 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80); in screen_center()
894 write3CE(par, CyberEnhance, tmp); in set_number_of_lines()
1126 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81); in shadowmode_on()
1131 write3CE(par, CyberControl, read3CE(par, CyberControl) & 0x7E); in shadowmode_off()
1172 write3CE(par, CyberControl, 8); in tridentfb_set_par()
1196 write3CE(par, CyberControl, 8); in tridentfb_set_par()
1259 write3CE(par, MiscIntContReg, tmp); in tridentfb_set_par()
1312 write3CE(par, MiscExtFunc, tmp | 0x12); in tridentfb_set_par()
1313 write3CE(par, 0x5, 0x40); /* no CGA compat, allow 256 col */ in tridentfb_set_par()
1314 write3CE(par, 0x6, 0x05); /* graphics mode */ in tridentfb_set_par()
1315 write3CE(par, 0x7, 0x0F); /* planes? */ in tridentfb_set_par()
1438 write3CE(par, PowerStatus, DPMSCont); in tridentfb_blank()