Home
last modified time | relevance | path

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

/linux-3.4.99/include/video/
Dtrident.h123 #define HorStretch 0x53 macro
/linux-3.4.99/drivers/video/
Dtridentfb.c688 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 1); in screen_stretch()
695 write3CE(par, HorStretch, (read3CE(par, HorStretch) & 0x7C) | 0x80); in screen_center()