Searched refs:osc_freq (Results 1 – 6 of 6) sorted by relevance
36 unsigned long *osc_freq, in tegra_osc_clk_init() argument48 *osc_freq = input_freqs[osc_idx]; in tegra_osc_clk_init()50 *osc_freq = 0; in tegra_osc_clk_init()52 if (!*osc_freq) { in tegra_osc_clk_init()62 *osc_freq); in tegra_osc_clk_init()77 *pll_ref_freq = *osc_freq / pll_ref_div; in tegra_osc_clk_init()
941 static unsigned long osc_freq; variable951 osc_freq = tegra114_input_freq[val >> OSC_CTRL_OSC_FREQ_SHIFT]; in tegra114_osc_clk_init()952 if (!osc_freq) { in tegra114_osc_clk_init()959 osc_freq); in tegra114_osc_clk_init()969 pll_ref_freq = osc_freq / pll_ref_div; in tegra114_osc_clk_init()1001 if (osc_freq == utmi_parameters[i].osc_frequency) in tegra114_utmi_param_configure()1007 osc_freq); in tegra114_utmi_param_configure()
127 static unsigned long osc_freq; variable1028 if (osc_freq == utmi_parameters[i].osc_frequency) in tegra124_utmi_param_configure()1034 osc_freq); in tegra124_utmi_param_configure()1426 ARRAY_SIZE(tegra124_input_freq), &osc_freq, &pll_ref_freq) < 0) in tegra124_clock_init()
618 unsigned long *osc_freq,
157 priv->can.clock.freq = pdata->osc_freq; in cc770_get_platform_data()
78 priv->can.clock.freq = pdata->osc_freq / 2; in sp_populate()