Searched refs:f_low (Results 1 – 3 of 3) sorted by relevance
495 unsigned int f_low, f_high; in hpt3x2n_init_one() local567 f_low = (pci_mhz * 48) / 66; /* PCI Mhz for 66Mhz DPLL */ in hpt3x2n_init_one()568 f_high = f_low + 2; /* Tolerance */ in hpt3x2n_init_one()570 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low | 0x100); in hpt3x2n_init_one()578 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low); in hpt3x2n_init_one()
947 unsigned int f_low, f_high; in hpt37x_init_one() local953 f_low = (MHz[clock_slot] * 48) / MHz[dpll]; in hpt37x_init_one()954 f_high = f_low + 2; in hpt37x_init_one()961 (f_high << 16) | f_low | 0x100); in hpt37x_init_one()971 f_low -= adjust >> 1; in hpt37x_init_one()975 (f_high << 16) | f_low | 0x100); in hpt37x_init_one()
985 unsigned long f_high, f_low, f_diff; in cpr_interpolate() local994 f_low = prev_fuse->max_freq; in cpr_interpolate()1004 if (f_high <= f_low || uV_high <= uV_low || f_high <= corner->freq) in cpr_interpolate()1008 temp = div64_ul(temp, f_high - f_low); in cpr_interpolate()