Lines Matching refs:monspecs
1090 fb_info.monspecs.hfmin < f25.f)
1093 f32.left) * fb_info.monspecs.hfmin < f32.f)
1096 fext.left) * fb_info.monspecs.hfmin < fext.f &&
1267 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) {
1274 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin)
1305 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) {
1309 } else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) {
1313 } else if (vfreq < fb_info.monspecs.vfmin && doubleline) {
1319 fb_info.monspecs.vfmax;
1325 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) {
1330 fb_info.monspecs.vfmax;
1336 } else if (vfreq > fb_info.monspecs.vfmax && interlace) {
1341 fb_info.monspecs.vfmax;
1347 } else if (vfreq < fb_info.monspecs.vfmin ||
1348 vfreq > fb_info.monspecs.vfmax)
1754 fb_info.monspecs.vfmin = 70;
1755 fb_info.monspecs.vfmax = 72;
1756 fb_info.monspecs.hfmin = 35713;
1757 fb_info.monspecs.hfmax = 35715;
1762 fb_info.monspecs.vfmin = 49; /* not 50, since TOS defaults to 49.9x Hz */
1763 fb_info.monspecs.vfmax = 60;
1764 fb_info.monspecs.hfmin = 15620;
1765 fb_info.monspecs.hfmax = 15755;
2970 fb_info.monspecs.vfmin = vmin;
2971 fb_info.monspecs.vfmax = vmax;
2972 fb_info.monspecs.hfmin = hmin;
2973 fb_info.monspecs.hfmax = hmax;
3121 if (fb_info.monspecs.hfmin == 0) {
3122 fb_info.monspecs.hfmin = 31000;
3123 fb_info.monspecs.hfmax = 32000;
3124 fb_info.monspecs.vfmin = 58;
3125 fb_info.monspecs.vfmax = 62;