Lines Matching refs:hslen
1265 static unsigned int hslen; /* "matroxfb:hslen:xxxxx" */
1830 if (hslen)
1831 vesafb_defined.hsync_len = hslen;
2194 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __initdata = {
2296 if (!hslen)
2297 hslen = timmings[res].hslen;
2365 else if (!strncmp(this_opt, "hslen:", 6))
2366 hslen = simple_strtoul(this_opt+6, NULL, 0);
2547 module_param(hslen, int, 0);
2548 MODULE_PARM_DESC(hslen, "Horizontal sync length (px), overrides hslen from vesa (default=vesa)");