Searched refs:ext_clock (Results 1 – 16 of 16) sorted by relevance
41 pll->ext_clock, pll->pix_clock); in aptina_pll_calculate()43 if (pll->ext_clock < limits->ext_clock_min || in aptina_pll_calculate()44 pll->ext_clock > limits->ext_clock_max) { in aptina_pll_calculate()55 div = gcd(pll->pix_clock, pll->ext_clock); in aptina_pll_calculate()57 div = pll->ext_clock / div; in aptina_pll_calculate()71 (pll->ext_clock / limits->n_min * pll->m)); in aptina_pll_calculate()75 (pll->ext_clock / limits->n_max * pll->m)); in aptina_pll_calculate()142 pll->ext_clock * pll->m)); in aptina_pll_calculate()144 (pll->ext_clock * pll->m)); in aptina_pll_calculate()151 mf_low = roundup(max(mf_min, DIV_ROUND_UP(pll->ext_clock * p1, in aptina_pll_calculate()[all …]
25 unsigned int ext_clock; member
286 pll.ext_clock = pdata->ext_clock; in mt9m032_setup_pll()
260 mt9p031->pll.ext_clock = pdata->ext_freq; in mt9p031_clk_setup()
18 "ext_clock" (External clock provided to the card).26 clock-names = "ext_clock";
31 u32 ext_clock; member
16 bool ext_clock; /* use external pin for input clock */ member
254 mmc->internal_clock = !c->ext_clock; in omap_hsmmc_pdata_init()319 if (c->ext_clock) in omap_hsmmc_pdata_init()
72 clock-names = "ext_clock";
102 clock-names = "ext_clock";
27 clock-names = "ext_clock";
226 clock-names = "ext_clock";
137 clock-names = "ext_clock";
131 clock-names = "ext_clock";
1178 struct ext_clock_info ext_clock; member1944 devpriv->ext_clock.divisor = divisor; in ai_config_master_clock_4020()1945 devpriv->ext_clock.chanspec = data[2]; in ai_config_master_clock_4020()2311 divisor = devpriv->ext_clock.divisor; in ai_convert_counter_4020()2331 int chanspec = devpriv->ext_clock.chanspec; in select_master_clock_4020()