f_high            979 drivers/ata/pata_hpt37x.c 		unsigned int f_low, f_high;
f_high            986 drivers/ata/pata_hpt37x.c 		f_high = f_low + 2;
f_high            988 drivers/ata/pata_hpt37x.c 			f_high += 2;
f_high            993 drivers/ata/pata_hpt37x.c 				       (f_high << 16) | f_low | 0x100);
f_high           1005 drivers/ata/pata_hpt37x.c 				f_high += adjust >> 1;
f_high           1007 drivers/ata/pata_hpt37x.c 					       (f_high << 16) | f_low | 0x100);
f_high            497 drivers/ata/pata_hpt3x2n.c 	unsigned int f_low, f_high;
f_high            569 drivers/ata/pata_hpt3x2n.c 	f_high = f_low + 2;		/* Tolerance */
f_high            571 drivers/ata/pata_hpt3x2n.c 	pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low | 0x100);
f_high            579 drivers/ata/pata_hpt3x2n.c 		pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low);
f_high            848 drivers/ide/hpt366.c static int hpt37x_calibrate_dpll(struct pci_dev *dev, u16 f_low, u16 f_high)
f_high            850 drivers/ide/hpt366.c 	u32 dpll = (f_high << 16) | f_low | 0x100;