pci_mhz           496 drivers/ata/pata_hpt3x2n.c 	unsigned int pci_mhz;
pci_mhz           566 drivers/ata/pata_hpt3x2n.c 	pci_mhz = hpt3x2n_pci_clock(dev);
pci_mhz           568 drivers/ata/pata_hpt3x2n.c 	f_low = (pci_mhz * 48) / 66;	/* PCI Mhz for 66Mhz DPLL */
pci_mhz           586 drivers/ata/pata_hpt3x2n.c 	pr_info("bus clock %dMHz, using 66MHz DPLL\n", pci_mhz);
pci_mhz           592 drivers/ata/pata_hpt3x2n.c 	if (pci_mhz > 60)