Lines Matching refs:soc
88 struct tegra_dfll_soc_data *soc; in tegra124_dfll_fcpu_probe() local
101 soc = devm_kzalloc(&pdev->dev, sizeof(*soc), GFP_KERNEL); in tegra124_dfll_fcpu_probe()
102 if (!soc) in tegra124_dfll_fcpu_probe()
105 soc->dev = get_cpu_device(0); in tegra124_dfll_fcpu_probe()
106 if (!soc->dev) { in tegra124_dfll_fcpu_probe()
115 soc->dev); in tegra124_dfll_fcpu_probe()
122 soc->min_millivolts = cvb->min_millivolts; in tegra124_dfll_fcpu_probe()
123 soc->tune0_low = cvb->cpu_dfll_data.tune0_low; in tegra124_dfll_fcpu_probe()
124 soc->tune0_high = cvb->cpu_dfll_data.tune0_high; in tegra124_dfll_fcpu_probe()
125 soc->tune1 = cvb->cpu_dfll_data.tune1; in tegra124_dfll_fcpu_probe()
127 return tegra_dfll_register(pdev, soc); in tegra124_dfll_fcpu_probe()