maxhf              57 drivers/video/fbdev/uvesafb.c static u16 maxhf;		/* maximum horizontal frequency */
maxhf             697 drivers/video/fbdev/uvesafb.c 	if (maxhf)
maxhf             698 drivers/video/fbdev/uvesafb.c 		info->monspecs.hfmax = maxhf * 1000;
maxhf             704 drivers/video/fbdev/uvesafb.c 	if (info->monspecs.gtf == 0 && maxclk && maxvf && maxhf) {
maxhf            1845 drivers/video/fbdev/uvesafb.c 			maxhf = simple_strtoul(this_opt + 6, NULL, 0);
maxhf            1986 drivers/video/fbdev/uvesafb.c module_param(maxhf, ushort, 0);
maxhf            1987 drivers/video/fbdev/uvesafb.c MODULE_PARM_DESC(maxhf,