Home
last modified time | relevance | path

Searched refs:read3CE (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dtridentfb.c562 static inline unsigned char read3CE(int reg) in read3CE() function
622 tmp = (read3CE(VertStretch) >> 4) & 3; in get_nativex()
647 write3CE(VertStretch,(read3CE(VertStretch) & 0x7C) | 1); in screen_stretch()
648 write3CE(HorStretch,(read3CE(HorStretch) & 0x7C) | 1); in screen_stretch()
655 write3CE(VertStretch,(read3CE(VertStretch) & 0x7C) | 0x80); in screen_center()
656 write3CE(HorStretch,(read3CE(HorStretch) & 0x7C) | 0x80); in screen_center()
703 int tmp = read3CE(CyberEnhance) & 0x8F; in set_number_of_lines()
723 return (read3CE(FPConfig) & 0x10)?DISPLAY_FP:DISPLAY_CRT; in get_displaytype()
1176 DPMSCont = read3CE(PowerStatus) & 0xFC; in trident_blank()