Lines Matching refs:monspecs
1072 fb_info.monspecs.hfmin < f25.f)
1075 f32.left) * fb_info.monspecs.hfmin < f32.f)
1078 fext.left) * fb_info.monspecs.hfmin < fext.f &&
1248 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) {
1255 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin)
1286 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) {
1290 } else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) {
1294 } else if (vfreq < fb_info.monspecs.vfmin && doubleline) {
1300 fb_info.monspecs.vfmax;
1306 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) {
1311 fb_info.monspecs.vfmax;
1317 } else if (vfreq > fb_info.monspecs.vfmax && interlace) {
1322 fb_info.monspecs.vfmax;
1328 } else if (vfreq < fb_info.monspecs.vfmin ||
1329 vfreq > fb_info.monspecs.vfmax)
1735 fb_info.monspecs.vfmin = 70;
1736 fb_info.monspecs.vfmax = 72;
1737 fb_info.monspecs.hfmin = 35713;
1738 fb_info.monspecs.hfmax = 35715;
1743 fb_info.monspecs.vfmin = 49; /* not 50, since TOS defaults to 49.9x Hz */
1744 fb_info.monspecs.vfmax = 60;
1745 fb_info.monspecs.hfmin = 15620;
1746 fb_info.monspecs.hfmax = 15755;
2902 fb_info.monspecs.vfmin = vmin;
2903 fb_info.monspecs.vfmax = vmax;
2904 fb_info.monspecs.hfmin = hmin;
2905 fb_info.monspecs.hfmax = hmax;
3053 if (fb_info.monspecs.hfmin == 0) {
3054 fb_info.monspecs.hfmin = 31000;
3055 fb_info.monspecs.hfmax = 32000;
3056 fb_info.monspecs.vfmin = 58;
3057 fb_info.monspecs.vfmax = 62;