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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_hpt37x.c931 unsigned int f_low, f_high; local
938 f_high = f_low + 2;
940 f_high += 2;
944 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low | 0x100);
953 f_high += adjust >> 1;
954 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low | 0x100);
H A Dpata_hpt3x2n.c452 unsigned int f_low, f_high; local
518 f_high = f_low + 2; /* Tolerance */
520 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low | 0x100);
528 pci_write_config_dword(dev, 0x5C, (f_high << 16) | f_low);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dhpt366.c732 static int hpt37x_calibrate_dpll(struct pci_dev *dev, u16 f_low, u16 f_high) argument
734 u32 dpll = (f_high << 16) | f_low | 0x100;

Completed in 160 milliseconds