Lines Matching refs:vfmax
1297 if (vfreq > fb_info.monspecs.vfmax && !doubleline && !interlace) { in falcon_decode_var()
1311 fb_info.monspecs.vfmax; in falcon_decode_var()
1317 } else if (vfreq > fb_info.monspecs.vfmax && doubleline) { in falcon_decode_var()
1322 fb_info.monspecs.vfmax; in falcon_decode_var()
1328 } else if (vfreq > fb_info.monspecs.vfmax && interlace) { in falcon_decode_var()
1333 fb_info.monspecs.vfmax; in falcon_decode_var()
1340 vfreq > fb_info.monspecs.vfmax) in falcon_decode_var()
1747 fb_info.monspecs.vfmax = 72; in falcon_detect()
1755 fb_info.monspecs.vfmax = 60; in falcon_detect()
2963 fb_info.monspecs.vfmax = vmax; in atafb_setup_mcap()
3117 fb_info.monspecs.vfmax = 62; in atafb_probe()