Lines Matching full:dpll
61 /* 66MHz DPLL clocks */
263 * We must use the DPLL for
299 /* See if we should use the DPLL */ in hpt3x2n_use_dpll()
312 int dpll = hpt3x2n_use_dpll(ap, qc->tf.flags & ATA_TFLAG_WRITE); in hpt3x2n_qc_defer() local
319 if ((flags & USE_DPLL) != dpll && alt->qc_active) in hpt3x2n_qc_defer()
328 int dpll = hpt3x2n_use_dpll(ap, qc->tf.flags & ATA_TFLAG_WRITE); in hpt3x2n_qc_issue() local
330 if ((flags & USE_DPLL) != dpll) { in hpt3x2n_qc_issue()
332 flags |= dpll; in hpt3x2n_qc_issue()
335 hpt3x2n_set_clock(ap, dpll ? 0x21 : 0x23); in hpt3x2n_qc_issue()
372 * hpt3xn_calibrate_dpll - Calibrate the DPLL loop
375 * Perform a calibration cycle on the HPT3xN DPLL. Returns 1 if this
396 /* Turn off tuning, we have the DPLL set */ in hpt3xn_calibrate_dpll()
567 f_low = (pci_mhz * 48) / 66; /* PCI Mhz for 66Mhz DPLL */ in hpt3x2n_init_one()
581 dev_err(&dev->dev, "DPLL did not stabilize!\n"); in hpt3x2n_init_one()
585 dev_info(&dev->dev, "bus clock %dMHz, using 66MHz DPLL\n", pci_mhz); in hpt3x2n_init_one()