Home
last modified time | relevance | path

Searched refs:f_high (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/ata/
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()
Dpata_hpt37x.c981 unsigned int f_low, f_high; in hpt37x_init_one() local
988 f_high = f_low + 2; in hpt37x_init_one()
990 f_high += 2; in hpt37x_init_one()
995 (f_high << 16) | f_low | 0x100); in hpt37x_init_one()
1007 f_high += adjust >> 1; in hpt37x_init_one()
1009 (f_high << 16) | f_low | 0x100); in hpt37x_init_one()
/Linux-v5.15/drivers/soc/qcom/
Dcpr.c990 unsigned long f_high, f_low, f_diff; in cpr_interpolate() local
998 f_high = fuse->max_freq; in cpr_interpolate()
1009 if (f_high <= f_low || uV_high <= uV_low || f_high <= corner->freq) in cpr_interpolate()
1013 do_div(temp, f_high - f_low); in cpr_interpolate()