Searched refs:pll_input (Results 1 – 1 of 1) sorted by relevance
248 long pll_input, usec_elapsed; in detect_pll_input_clock() local277 pll_input = ((start_count - end_count) & 0x3fffffff) / 10 * in detect_pll_input_clock()282 return pll_input; in detect_pll_input_clock()307 long pll_input, pll_output, ratio; in init_chipset_pdcnew() local336 pll_input = detect_pll_input_clock(dma_base); in init_chipset_pdcnew()338 name, pci_name(dev), pll_input / 1000); in init_chipset_pdcnew()341 if (unlikely(pll_input < 5000000L || pll_input > 70000000L)) { in init_chipset_pdcnew()343 "\n", name, pci_name(dev), pll_input); in init_chipset_pdcnew()365 ratio = pll_output / (pll_input / 1000); in init_chipset_pdcnew()