Home
last modified time | relevance | path

Searched refs:pll_input (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dpdc202xx_new.c244 long pll_input, usec_elapsed; in detect_pll_input_clock() local
273 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() local
332 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()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcx2072x.c588 unsigned int pll_input; in cx2072x_config_pll() local
622 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()