Searched refs:write3CE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtridentfb.c597 static inline void write3CE(struct tridentfb_par *par, int reg, function
684 write3CE(par, BiosReg, 0);
686 write3CE(par, BiosReg, 8);
687 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1);
688 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1);
694 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80);
695 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80);
767 write3CE(par, CyberEnhance, tmp);
999 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81);
1004 write3CE(pa
[all...]

Completed in 105 milliseconds