Lines Matching refs:f1
7904 unsigned f1; local
7907 f1 = 40000;
7929 f1 = ncrgetfreq (np, 11);
7933 printk ("%s: NCR clock is %uKHz, %uKHz\n", ncr_name(np), f1, f2);
7935 if (f1 > f2) f1 = f2; /* trust lower result */
7937 if (f1 < 45000) f1 = 40000;
7938 else if (f1 < 55000) f1 = 50000;
7939 else f1 = 80000;
7941 if (f1 < 80000 && mult > 1) {
7947 if ((scntl3 & 7) == 3) f1 = 40000;
7948 else if ((scntl3 & 7) == 5) f1 = 80000;
7949 else f1 = 160000;
7951 f1 /= np->multiplier;
7957 f1 *= np->multiplier;
7958 np->clock_khz = f1;