Lines Matching refs:monspecs

1115 			    fb_info.monspecs.hfmin < f25.f)  in falcon_decode_var()
1118 f32.left) * fb_info.monspecs.hfmin < f32.f) in falcon_decode_var()
1121 fext.left) * fb_info.monspecs.hfmin < fext.f && in falcon_decode_var()
1292 if (hfreq > fb_info.monspecs.hfmax && mon_type != F_MON_VGA) { in falcon_decode_var()
1299 if (hfreq > fb_info.monspecs.hfmax || hfreq < fb_info.monspecs.hfmin) in falcon_decode_var()
1330 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) { in falcon_decode_var()
1334 } else if (vfreq < fb_info.monspecs.vfmin && !interlace && !doubleline) { in falcon_decode_var()
1338 } else if (vfreq < fb_info.monspecs.vfmin && doubleline) { in falcon_decode_var()
1344 fb_info.monspecs.vfmax; in falcon_decode_var()
1350 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) { in falcon_decode_var()
1355 fb_info.monspecs.vfmax; in falcon_decode_var()
1361 } else if (vfreq > fb_info.monspecs.vfmax && interlace) { in falcon_decode_var()
1366 fb_info.monspecs.vfmax; in falcon_decode_var()
1372 } else if (vfreq < fb_info.monspecs.vfmin || in falcon_decode_var()
1373 vfreq > fb_info.monspecs.vfmax) in falcon_decode_var()
1779 fb_info.monspecs.vfmin = 70; in falcon_detect()
1780 fb_info.monspecs.vfmax = 72; in falcon_detect()
1781 fb_info.monspecs.hfmin = 35713; in falcon_detect()
1782 fb_info.monspecs.hfmax = 35715; in falcon_detect()
1787 fb_info.monspecs.vfmin = 49; /* not 50, since TOS defaults to 49.9x Hz */ in falcon_detect()
1788 fb_info.monspecs.vfmax = 60; in falcon_detect()
1789 fb_info.monspecs.hfmin = 15620; in falcon_detect()
1790 fb_info.monspecs.hfmax = 15755; in falcon_detect()
2995 fb_info.monspecs.vfmin = vmin; in atafb_setup_mcap()
2996 fb_info.monspecs.vfmax = vmax; in atafb_setup_mcap()
2997 fb_info.monspecs.hfmin = hmin; in atafb_setup_mcap()
2998 fb_info.monspecs.hfmax = hmax; in atafb_setup_mcap()
3151 if (fb_info.monspecs.hfmin == 0) { in atafb_init()
3152 fb_info.monspecs.hfmin = 31000; in atafb_init()
3153 fb_info.monspecs.hfmax = 32000; in atafb_init()
3154 fb_info.monspecs.vfmin = 58; in atafb_init()
3155 fb_info.monspecs.vfmax = 62; in atafb_init()