Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dtrident.h123 #define VertStretch 0x52 macro
/openbmc/linux/drivers/video/fbdev/
H A Dtridentfb.c770 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()