Lines Matching refs:hfmax
706 specs->hfmax = H_MAX_RATE * 1000; in fb_get_monitor_limits()
754 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
755 specs->hfmax = hscan; in fb_get_monitor_limits()
770 specs->hfmin/1000, specs->hfmax/1000, specs->vfmin, in fb_get_monitor_limits()
1308 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; in fb_get_mode() local
1320 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax || in fb_get_mode()
1322 info->monspecs.hfmax < info->monspecs.hfmin || in fb_get_mode()
1325 hfmin = 29000; hfmax = 30000; in fb_get_mode()
1330 hfmax = info->monspecs.hfmax; in fb_get_mode()
1350 timings->hfreq = hfmax; in fb_get_mode()
1380 timings->hfreq < hfmin || timings->hfreq > hfmax || in fb_get_mode()
1529 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax; in fb_validate_mode() local
1535 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in fb_validate_mode()
1537 info->monspecs.hfmax < info->monspecs.hfmin || in fb_validate_mode()
1540 hfmin = 29000; hfmax = 30000; in fb_validate_mode()
1545 hfmax = info->monspecs.hfmax; in fb_validate_mode()
1572 hfreq < hfmin || hfreq > hfmax || in fb_validate_mode()