Searched refs:pll_input (Results 1 – 2 of 2) 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()
588 unsigned int pll_input; in cx2072x_config_pll() local622 pll_input = cx2072x->mclk_rate / pre_div; in cx2072x_config_pll()624 int_div = pll_output / pll_input; in cx2072x_config_pll()625 frac_div = pll_output - (int_div * pll_input); in cx2072x_config_pll()629 frac_div /= pll_input; in cx2072x_config_pll()