Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/fb/
Dmatroxfb.txt245 left:X - left boundary: pixels between end of HSYNC pulse and first pixel.
247 right:X - right boundary: pixels between end of picture and start of HSYNC
249 hslen:X - length of HSYNC pulse, in pixels. Default is derived from `vesa'
253 sync:X - sync. pulse - bit 0 inverts HSYNC polarity, bit 1 VSYNC polarity.
254 If bit 3 (value 0x08) is set, composite sync instead of HSYNC is
/linux-2.4.37.9/drivers/video/
Dsstfb.h173 #define HSYNC 0x0220 macro
Dsstfb.c1414 sst_write(HSYNC, (par->hSyncOff - 1) << 16 | (par->hSyncOn - 1)); in sstfb_set_par()