Home
last modified time | relevance | path

Searched refs:tegra_clk_frac_div_ops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/clk/tegra/
Dclk-divider.c112 const struct clk_ops tegra_clk_frac_div_ops = { variable
135 init.ops = &tegra_clk_frac_div_ops; in tegra_clk_register_divider()
Dclk.h74 extern const struct clk_ops tegra_clk_frac_div_ops;
605 .div_ops = &tegra_clk_frac_div_ops, \
Dclk-super.c223 super->div_ops = &tegra_clk_frac_div_ops; in tegra_clk_register_super_clk()