Searched refs:ext_clock (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
H A D | aptina-pll.c | 41 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 D | aptina-pll.h | 25 unsigned int ext_clock; member in struct:aptina_pll
|
H A D | mt9m032.c | 286 pll.ext_clock = pdata->ext_clock; mt9m032_setup_pll()
|
H A D | mt9p031.c | 260 mt9p031->pll.ext_clock = pdata->ext_freq; mt9p031_clk_setup()
|
/linux-4.1.27/include/media/ |
H A D | mt9m032.h | 31 u32 ext_clock; member in struct:mt9m032_platform_data
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | hsmmc.h | 16 bool ext_clock; /* use external pin for input clock */ member in struct:omap2_hsmmc_info
|
H A D | hsmmc.c | 254 mmc->internal_clock = !c->ext_clock; omap_hsmmc_pdata_init() 319 if (c->ext_clock) omap_hsmmc_pdata_init()
|
H A D | board-omap3pandora.c | 273 .ext_clock = 0, 281 .ext_clock = 1,
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | pwrseq_simple.c | 112 pwrseq->ext_clk = clk_get(dev, "ext_clock"); mmc_pwrseq_simple_alloc()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | cb_pcidas64.c | 1172 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 D | ice1724.c | 1869 /* ext_clock items */ snd_vt1724_pro_internal_clock_info()
|
Completed in 278 milliseconds