Home
last modified time | relevance | path

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

/linux/drivers/clk/tegra/
H A Dclk-tegra124-dfll-fcpu.c557 const struct dfll_fcpu_data *fcpu_data; in tegra124_dfll_fcpu_probe() local
560 fcpu_data = of_device_get_match_data(&pdev->dev); in tegra124_dfll_fcpu_probe()
561 if (!fcpu_data) in tegra124_dfll_fcpu_probe()
568 if (speedo_id >= fcpu_data->cpu_max_freq_table_size) { in tegra124_dfll_fcpu_probe()
592 soc->max_freq = fcpu_data->cpu_max_freq_table[speedo_id]; in tegra124_dfll_fcpu_probe()
594 soc->cvb = tegra_cvb_add_opp_table(soc->dev, fcpu_data->cpu_cvb_tables, in tegra124_dfll_fcpu_probe()
595 fcpu_data->cpu_cvb_tables_size, in tegra124_dfll_fcpu_probe()