Searched refs:read3CE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tridentfb.c | 706 static inline unsigned char read3CE(struct tridentfb_par *par, in read3CE() function 769 tmp = (read3CE(par, VertStretch) >> 4) & 3; in get_nativex() 812 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1); in screen_stretch() 813 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1); in screen_stretch() 819 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80); in screen_center() 820 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80); in screen_center() 883 int tmp = read3CE(par, CyberEnhance) & 0x8F; in set_number_of_lines() 905 return (read3CE(par, FPConfig) & 0x10) ? 1 : 0; in is_flatpanel() 1124 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81); in shadowmode_on() 1129 write3CE(par, CyberControl, read3CE(pa in shadowmode_off() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tridentfb.c | 707 static inline unsigned char read3CE(struct tridentfb_par *par, in read3CE() function 770 tmp = (read3CE(par, VertStretch) >> 4) & 3; in get_nativex() 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() 884 int tmp = read3CE(par, CyberEnhance) & 0x8F; in set_number_of_lines() 906 return (read3CE(par, FPConfig) & 0x10) ? 1 : 0; in is_flatpanel() 1128 write3CE(par, CyberControl, read3CE(par, CyberControl) | 0x81); in shadowmode_on() 1253 tmp = read3CE(pa in tridentfb_set_par() [all...] |
Completed in 4 milliseconds