Home
last modified time | relevance | path

Searched refs:f_high (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_hpt37x.c993 unsigned int f_low, f_high; in hpt37x_init_one() local
1000 f_high = f_low + 2; in hpt37x_init_one()
1002 f_high += 2; in hpt37x_init_one()
1007 (f_high << 16) | f_low | 0x100); in hpt37x_init_one()
1019 f_high += adjust >> 1; in hpt37x_init_one()
1021 (f_high << 16) | f_low | 0x100); in hpt37x_init_one()
H A Dpata_hpt3x2n.c497 unsigned int f_low, f_high; in hpt3x2n_init_one() local
569 f_high = f_low + 2; /* Tolerance */ in hpt3x2n_init_one()
571 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low | 0x100); in hpt3x2n_init_one()
579 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low); in hpt3x2n_init_one()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_hpt37x.c947 unsigned int f_low, f_high; in hpt37x_init_one() local
954 f_high = f_low + 2; in hpt37x_init_one()
956 f_high += 2; in hpt37x_init_one()
961 (f_high << 16) | f_low | 0x100); in hpt37x_init_one()
973 f_high += adjust >> 1; in hpt37x_init_one()
975 (f_high << 16) | f_low | 0x100); in hpt37x_init_one()
H A Dpata_hpt3x2n.c495 unsigned int f_low, f_high; in hpt3x2n_init_one() local
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()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dcpr.c1023 unsigned long f_high, f_low, f_diff; in cpr_interpolate() local
1031 f_high = fuse->max_freq; in cpr_interpolate()
1042 if (f_high <= f_low || uV_high <= uV_low || f_high <= corner->freq) in cpr_interpolate()
1046 temp = div64_ul(temp, f_high - f_low); in cpr_interpolate()
/kernel/linux/linux-6.6/drivers/pmdomain/qcom/
H A Dcpr.c989 unsigned long f_high, f_low, f_diff; in cpr_interpolate() local
997 f_high = fuse->max_freq; in cpr_interpolate()
1008 if (f_high <= f_low || uV_high <= uV_low || f_high <= corner->freq) in cpr_interpolate()
1012 temp = div64_ul(temp, f_high - f_low); in cpr_interpolate()
/kernel/linux/linux-5.10/drivers/ide/
H A Dhpt366.c848 static int hpt37x_calibrate_dpll(struct pci_dev *dev, u16 f_low, u16 f_high) in hpt37x_calibrate_dpll() argument
850 u32 dpll = (f_high << 16) | f_low | 0x100; in hpt37x_calibrate_dpll()

Completed in 12 milliseconds