Lines Matching refs:pll_clock
497 * @pll_clock: The input of PLL in HZ
500 static void pdc_adjust_pll(struct ata_host *host, long pll_clock, unsigned int board_idx)
504 long pll_clock_khz = pll_clock / 1000;
589 long pll_clock, usec_elapsed;
617 pll_clock = ((start_count - end_count) & 0x3fffffff) / 100 *
621 start_count, end_count, pll_clock);
623 return pll_clock;
633 long pll_clock;
641 pll_clock = pdc_detect_pll_input_clock(host);
643 dev_info(host->dev, "PLL input clock %ld kHz\n", pll_clock/1000);
646 pdc_adjust_pll(host, pll_clock, board_idx);