Lines Matching refs:hfmax
60 .hfmax = 15781,
65 .hfmax = 99999,
70 .hfmax = 58608,
75 .hfmax = 70000,
80 .hfmax = 70000,
85 .hfmax = 70000,
431 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing()
767 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon()
769 fb_info.monspecs.hfmax = fb_info.monspecs.hfmin; in acornfb_parse_mon()
796 if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin || in acornfb_parse_mon()
962 hs <= fb_info.monspecs.hfmax) { in acornfb_probe()
1074 fb_info.monspecs.hfmax / 1000, fb_info.monspecs.hfmax % 1000, in acornfb_probe()