Lines Matching refs:hfmax
712 specs->hfmax = H_MAX_RATE * 1000; in fb_get_monitor_limits()
760 if (specs->hfmax == 0 || specs->hfmax < hscan) in fb_get_monitor_limits()
761 specs->hfmax = hscan; in fb_get_monitor_limits()
776 specs->hfmin/1000, specs->hfmax/1000, specs->vfmin, in fb_get_monitor_limits()
1224 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax, err = 0; in fb_get_mode() local
1236 if (!info || !info->monspecs.hfmax || !info->monspecs.vfmax || in fb_get_mode()
1238 info->monspecs.hfmax < info->monspecs.hfmin || in fb_get_mode()
1241 hfmin = 29000; hfmax = 30000; in fb_get_mode()
1246 hfmax = info->monspecs.hfmax; in fb_get_mode()
1266 timings->hfreq = hfmax; in fb_get_mode()
1296 timings->hfreq < hfmin || timings->hfreq > hfmax || in fb_get_mode()
1442 u32 hfmin, hfmax, vfmin, vfmax, dclkmin, dclkmax; in fb_validate_mode() local
1448 if (!info->monspecs.hfmax || !info->monspecs.vfmax || in fb_validate_mode()
1450 info->monspecs.hfmax < info->monspecs.hfmin || in fb_validate_mode()
1453 hfmin = 29000; hfmax = 30000; in fb_validate_mode()
1458 hfmax = info->monspecs.hfmax; in fb_validate_mode()
1485 hfreq < hfmin || hfreq > hfmax || in fb_validate_mode()