Searched refs:hsync_width (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Depson1356fb.c413 DPRINTK("hsync_width: %d\n", par->hsync_width);
1351 u8 width, hndp=0, hsync_start=0, hsync_width=0; local
1380 hsync_width = par->hsync_pol ? 0x00 : 0x80;
1392 hsync_width =
1394 ((par->hsync_width >> 3) - 1);
1408 hsync_width =
1410 ((par->hsync_width >> 3) - 1);
1427 hsync_width = 0;
1448 writeb(hsync_width,
[all...]
H A Depson1356fb.h387 int hsync_width; // Horiz. Sync Pulse width, pixels member in struct:e1356fb_par

Completed in 43 milliseconds