Home
last modified time | relevance | path

Searched refs:tegra_clk_register_periph_gate (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/clk/tegra/
Dclk-tegra20.c758 clk = tegra_clk_register_periph_gate("audio_2x", "audio_doubler", in tegra20_audio_clk_init()
809 clk = tegra_clk_register_periph_gate("ac97", "pll_a_out0", in tegra20_periph_clk_init()
815 clk = tegra_clk_register_periph_gate("apbdma", "pclk", 0, clk_base, in tegra20_periph_clk_init()
825 clk = tegra_clk_register_periph_gate("emc", "emc_mux", 0, clk_base, 0, in tegra20_periph_clk_init()
834 clk = tegra_clk_register_periph_gate("dsi", "pll_d", 0, clk_base, 0, in tegra20_periph_clk_init()
840 clk = tegra_clk_register_periph_gate("pex", "clk_m", 0, clk_base, 0, 70, in tegra20_periph_clk_init()
847 clk = tegra_clk_register_periph_gate("cdev1", "cdev1_fixed", 0, in tegra20_periph_clk_init()
854 clk = tegra_clk_register_periph_gate("cdev2", "cdev2_fixed", 0, in tegra20_periph_clk_init()
Dclk-periph-gate.c131 struct clk *tegra_clk_register_periph_gate(const char *name, in tegra_clk_register_periph_gate() function
Dclk-tegra-audio.c208 clk = tegra_clk_register_periph_gate(data->gate_name, in tegra_audio_clk_init()
Dclk-tegra30.c1142 clk = tegra_clk_register_periph_gate("dsia", "pll_d_out0", 0, clk_base, in tegra30_periph_clk_init()
1147 clk = tegra_clk_register_periph_gate("pcie", "clk_m", 0, clk_base, 0, in tegra30_periph_clk_init()
1152 clk = tegra_clk_register_periph_gate("afi", "clk_m", 0, clk_base, 0, 72, in tegra30_periph_clk_init()
1162 clk = tegra_clk_register_periph_gate("emc", "emc_mux", 0, clk_base, 0, in tegra30_periph_clk_init()
Dclk.h399 struct clk *tegra_clk_register_periph_gate(const char *name,
Dclk-tegra114.c1195 clk = tegra_clk_register_periph_gate("dsia", "dsia_mux", 0, clk_base, in tegra114_periph_clk_init()
1199 clk = tegra_clk_register_periph_gate("dsib", "dsib_mux", 0, clk_base, in tegra114_periph_clk_init()
Dclk-tegra124.c1120 clk = tegra_clk_register_periph_gate("dsia", "pll_d_dsi_out", 0, in tegra124_periph_clk_init()
1125 clk = tegra_clk_register_periph_gate("dsib", "pll_d_dsi_out", 0, in tegra124_periph_clk_init()
Dclk-tegra-periph.c628 clk = tegra_clk_register_periph_gate(data->name, in gate_clk_init()