Searched refs:f_high (Results 1 - 3 of 3) sorted by last modified time

/drivers/ide/
H A Dhpt366.c851 static int hpt37x_calibrate_dpll(struct pci_dev *dev, u16 f_low, u16 f_high) argument
853 u32 dpll = (f_high << 16) | f_low | 0x100;
/drivers/ata/
H A Dpata_hpt37x.c981 unsigned int f_low, f_high; local
988 f_high = f_low + 2;
990 f_high += 2;
995 (f_high << 16) | f_low | 0x100);
1007 f_high += adjust >> 1;
1009 (f_high << 16) | f_low | 0x100);
H A Dpata_hpt3x2n.c496 unsigned int f_low, f_high; local
568 f_high = f_low + 2; /* Tolerance */
570 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low | 0x100);
578 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low);

Completed in 79 milliseconds