Lines Matching refs:hsync1
142 static int hsync1;
1730 if (!hsync1)
1731 hsync1 = HFMIN;
1737 info->monspecs.hfmin = hsync1;
1738 if (hsync2 < hsync1)
1989 else if (!strncmp(this_opt, "hsync1:", 7)) {
1990 hsync1 = simple_strtoul(this_opt+7, &suffix, 0);
1992 hsync1 *= 1000;
2168 hsync1 *= 1000;
2190 module_param(hsync1, int, 0);
2191 MODULE_PARM_DESC(hsync1, "Minimum horizontal frequency of monitor in KHz"