Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dpata_hpt3x2n.c495 unsigned int f_low, f_high; in hpt3x2n_init_one() local
567 f_low = (pci_mhz * 48) / 66; /* PCI Mhz for 66Mhz DPLL */ in hpt3x2n_init_one()
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()