Searched refs:pll_input (Results 1 – 1 of 1) sorted by relevance
244 long pll_input, usec_elapsed; in detect_pll_input_clock() local273 pll_input = ((start_count - end_count) & 0x3fffffff) / 10 * in detect_pll_input_clock()278 return pll_input; in detect_pll_input_clock()303 long pll_input, pll_output, ratio; in init_chipset_pdcnew() local332 pll_input = detect_pll_input_clock(dma_base); in init_chipset_pdcnew()334 name, pci_name(dev), pll_input / 1000); in init_chipset_pdcnew()337 if (unlikely(pll_input < 5000000L || pll_input > 70000000L)) { in init_chipset_pdcnew()339 "\n", name, pci_name(dev), pll_input); in init_chipset_pdcnew()361 ratio = pll_output / (pll_input / 1000); in init_chipset_pdcnew()