Searched refs:write3CE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/ |
H A D | tridentfb.c | 720 static inline void write3CE(struct tridentfb_par *par, int reg, in write3CE() function 810 write3CE(par, BiosReg, 0); in screen_stretch() 812 write3CE(par, BiosReg, 8); in screen_stretch() 813 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1); in screen_stretch() 814 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1); in screen_stretch() 820 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80); in screen_center() 821 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80); in screen_center() 893 write3CE(par, CyberEnhance, tmp); in set_number_of_lines() 1128 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81); in shadowmode_on() 1169 write3CE(par, CyberControl, 8); in tridentfb_set_par() [all …]
|