Lines Matching refs:hfmax
64 .hfmax = 15781,
69 .hfmax = 99999,
74 .hfmax = 58608,
79 .hfmax = 70000,
84 .hfmax = 70000,
89 .hfmax = 70000,
435 hs >= monspecs->hfmin && hs <= monspecs->hfmax) ? 0 : -EINVAL; in acornfb_validate_timing()
773 fb_info.monspecs.hfmax = simple_strtoul(p + 1, &p, 0); in acornfb_parse_mon()
775 fb_info.monspecs.hfmax = fb_info.monspecs.hfmin; in acornfb_parse_mon()
802 if (fb_info.monspecs.hfmax < fb_info.monspecs.hfmin || in acornfb_parse_mon()
1001 hs <= fb_info.monspecs.hfmax) { in acornfb_probe()
1115 fb_info.monspecs.hfmax / 1000, fb_info.monspecs.hfmax % 1000, in acornfb_probe()