pll_input 244 drivers/ide/pdc202xx_new.c long pll_input, usec_elapsed; pll_input 273 drivers/ide/pdc202xx_new.c pll_input = ((start_count - end_count) & 0x3fffffff) / 10 * pll_input 278 drivers/ide/pdc202xx_new.c return pll_input; pll_input 303 drivers/ide/pdc202xx_new.c long pll_input, pll_output, ratio; pll_input 332 drivers/ide/pdc202xx_new.c pll_input = detect_pll_input_clock(dma_base); pll_input 334 drivers/ide/pdc202xx_new.c name, pci_name(dev), pll_input / 1000); pll_input 337 drivers/ide/pdc202xx_new.c if (unlikely(pll_input < 5000000L || pll_input > 70000000L)) { pll_input 339 drivers/ide/pdc202xx_new.c "\n", name, pci_name(dev), pll_input); pll_input 361 drivers/ide/pdc202xx_new.c ratio = pll_output / (pll_input / 1000); pll_input 588 sound/soc/codecs/cx2072x.c unsigned int pll_input; pll_input 622 sound/soc/codecs/cx2072x.c pll_input = cx2072x->mclk_rate / pre_div; pll_input 624 sound/soc/codecs/cx2072x.c int_div = pll_output / pll_input; pll_input 625 sound/soc/codecs/cx2072x.c frac_div = pll_output - (int_div * pll_input); pll_input 629 sound/soc/codecs/cx2072x.c frac_div /= pll_input;