Searched refs:write3CE (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/video/ |
D | tridentfb.c | 597 static inline void write3CE(struct tridentfb_par *par, int reg, in write3CE() function 684 write3CE(par, BiosReg, 0); in screen_stretch() 686 write3CE(par, BiosReg, 8); in screen_stretch() 687 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1); in screen_stretch() 688 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1); in screen_stretch() 694 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80); in screen_center() 695 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80); in screen_center() 767 write3CE(par, CyberEnhance, tmp); in set_number_of_lines() 999 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81); in shadowmode_on() 1004 write3CE(par, CyberControl, read3CE(par, CyberControl) & 0x7E); in shadowmode_off() [all …]
|