Lines Matching refs:monspecs
1112 fb_info.monspecs.hfmin < f25.f) in falcon_decode_var()
1115 f32.left) * fb_info.monspecs.hfmin < f32.f) in falcon_decode_var()
1118 fext.left) * fb_info.monspecs.hfmin < fext.f && in falcon_decode_var()
1289 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) { in falcon_decode_var()
1296 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin) in falcon_decode_var()
1327 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) { in falcon_decode_var()
1331 } else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) { in falcon_decode_var()
1335 } else if (vfreq < fb_info.monspecs.vfmin && doubleline) { in falcon_decode_var()
1341 fb_info.monspecs.vfmax; in falcon_decode_var()
1347 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) { in falcon_decode_var()
1352 fb_info.monspecs.vfmax; in falcon_decode_var()
1358 } else if (vfreq > fb_info.monspecs.vfmax && interlace) { in falcon_decode_var()
1363 fb_info.monspecs.vfmax; in falcon_decode_var()
1369 } else if (vfreq < fb_info.monspecs.vfmin || in falcon_decode_var()
1370 vfreq > fb_info.monspecs.vfmax) in falcon_decode_var()
1776 fb_info.monspecs.vfmin = 70; in falcon_detect()
1777 fb_info.monspecs.vfmax = 72; in falcon_detect()
1778 fb_info.monspecs.hfmin = 35713; in falcon_detect()
1779 fb_info.monspecs.hfmax = 35715; in falcon_detect()
1784 fb_info.monspecs.vfmin = 49; /* not 50, since TOS defaults to 49.9x Hz */ in falcon_detect()
1785 fb_info.monspecs.vfmax = 60; in falcon_detect()
1786 fb_info.monspecs.hfmin = 15620; in falcon_detect()
1787 fb_info.monspecs.hfmax = 15755; in falcon_detect()
2992 fb_info.monspecs.vfmin = vmin; in atafb_setup_mcap()
2993 fb_info.monspecs.vfmax = vmax; in atafb_setup_mcap()
2994 fb_info.monspecs.hfmin = hmin; in atafb_setup_mcap()
2995 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap()
3148 if (fb_info.monspecs.hfmin == 0) { in atafb_init()
3149 fb_info.monspecs.hfmin = 31000; in atafb_init()
3150 fb_info.monspecs.hfmax = 32000; in atafb_init()
3151 fb_info.monspecs.vfmin = 58; in atafb_init()
3152 fb_info.monspecs.vfmax = 62; in atafb_init()