Searched refs:ext_clock (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/media/i2c/
H A Daptina-pll.c41 pll->ext_clock, pll->pix_clock); aptina_pll_calculate()
43 if (pll->ext_clock < limits->ext_clock_min || aptina_pll_calculate()
44 pll->ext_clock > limits->ext_clock_max) { aptina_pll_calculate()
55 div = gcd(pll->pix_clock, pll->ext_clock); aptina_pll_calculate()
57 div = pll->ext_clock / div; aptina_pll_calculate()
71 (pll->ext_clock / limits->n_min * pll->m)); aptina_pll_calculate()
75 (pll->ext_clock / limits->n_max * pll->m)); aptina_pll_calculate()
94 * 4. the internal clock frequency, given by ext_clock / n, is in the aptina_pll_calculate()
96 * 5. the output clock frequency, given by ext_clock / n * m, is in the aptina_pll_calculate()
117 * ext_clock / (div * mf / p1) * m * mf >= out_clock_min aptina_pll_calculate()
118 * ext_clock / (div * mf / p1) * m * mf <= out_clock_max aptina_pll_calculate()
122 * p1 >= out_clock_min * div / (ext_clock * m) (7) aptina_pll_calculate()
123 * p1 <= out_clock_max * div / (ext_clock * m) aptina_pll_calculate()
127 * mf >= ext_clock * p1 / (int_clock_max * div) (8) aptina_pll_calculate()
128 * mf <= ext_clock * p1 / (int_clock_min * div) aptina_pll_calculate()
142 pll->ext_clock * pll->m)); aptina_pll_calculate()
144 (pll->ext_clock * pll->m)); aptina_pll_calculate()
151 mf_low = roundup(max(mf_min, DIV_ROUND_UP(pll->ext_clock * p1, aptina_pll_calculate()
153 mf_high = min(mf_max, pll->ext_clock * p1 / aptina_pll_calculate()
H A Daptina-pll.h25 unsigned int ext_clock; member in struct:aptina_pll
H A Dmt9m032.c286 pll.ext_clock = pdata->ext_clock; mt9m032_setup_pll()
H A Dmt9p031.c260 mt9p031->pll.ext_clock = pdata->ext_freq; mt9p031_clk_setup()
/linux-4.1.27/include/media/
H A Dmt9m032.h31 u32 ext_clock; member in struct:mt9m032_platform_data
/linux-4.1.27/arch/arm/mach-omap2/
H A Dhsmmc.h16 bool ext_clock; /* use external pin for input clock */ member in struct:omap2_hsmmc_info
H A Dhsmmc.c254 mmc->internal_clock = !c->ext_clock; omap_hsmmc_pdata_init()
319 if (c->ext_clock) omap_hsmmc_pdata_init()
H A Dboard-omap3pandora.c273 .ext_clock = 0,
281 .ext_clock = 1,
/linux-4.1.27/drivers/mmc/core/
H A Dpwrseq_simple.c112 pwrseq->ext_clk = clk_get(dev, "ext_clock"); mmc_pwrseq_simple_alloc()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dcb_pcidas64.c1172 struct ext_clock_info ext_clock; member in struct:pcidas64_private
1921 devpriv->ext_clock.divisor = divisor; ai_config_master_clock_4020()
1922 devpriv->ext_clock.chanspec = data[2]; ai_config_master_clock_4020()
2285 divisor = devpriv->ext_clock.divisor; ai_convert_counter_4020()
2305 int chanspec = devpriv->ext_clock.chanspec; select_master_clock_4020()
/linux-4.1.27/sound/pci/ice1712/
H A Dice1724.c1869 /* ext_clock items */ snd_vt1724_pro_internal_clock_info()

Completed in 257 milliseconds