Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clk/tegra/
Dcvb.h46 struct cvb_table { struct
56 struct cvb_table_freq_entry cvb_table[MAX_DVFS_FREQS]; argument
60 const struct cvb_table *tegra_cvb_build_opp_table( argument
61 const struct cvb_table *cvb_tables,
Dcvb.c64 static int build_opp_table(const struct cvb_table *d, in build_opp_table()
77 table = &d->cvb_table[i]; in build_opp_table()
111 const struct cvb_table *tegra_cvb_build_opp_table( in tegra_cvb_build_opp_table()
112 const struct cvb_table *cvb_tables, in tegra_cvb_build_opp_table()
121 const struct cvb_table *d = &cvb_tables[i]; in tegra_cvb_build_opp_table()
Dclk-tegra124-dfll-fcpu.c39 static const struct cvb_table tegra124_cpu_cvb_tables[] = {
50 .cvb_table = {
89 const struct cvb_table *cvb; in tegra124_dfll_fcpu_probe()