Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/tegra/
Dclk-divider.c123 const struct clk_ops tegra_clk_frac_div_ops = { variable
146 init.ops = &tegra_clk_frac_div_ops; in tegra_clk_register_divider()
Dclk.h85 extern const struct clk_ops tegra_clk_frac_div_ops;
616 .div_ops = &tegra_clk_frac_div_ops, \
Dclk-super.c234 super->div_ops = &tegra_clk_frac_div_ops; in tegra_clk_register_super_clk()