Searched refs:VertStretch (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/video/ |
H A D | trident.h | 123 #define VertStretch 0x52 macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | trident.h | 123 #define VertStretch 0x52 macro
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tridentfb.c | 769 tmp = (read3CE(par, VertStretch) >> 4) & 3; in get_nativex() 812 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1); in screen_stretch() 819 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80); in screen_center()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tridentfb.c | 770 tmp = (read3CE(par, VertStretch) >> 4) & 3; in get_nativex() 813 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 1); in screen_stretch() 820 write3CE(par, VertStretch, (read3CE(par, VertStretch) & 0x7C) | 0x80); in screen_center()
|
Completed in 6 milliseconds