Lines Matching refs:soc
138 const struct tegra_pmc_soc *soc; member
204 if (!pmc->soc || id < 0 || id >= pmc->soc->num_powergates) in tegra_powergate_power_on()
216 if (!pmc->soc || id < 0 || id >= pmc->soc->num_powergates) in tegra_powergate_power_off()
231 if (!pmc->soc || id < 0 || id >= pmc->soc->num_powergates) in tegra_powergate_is_powered()
246 if (!pmc->soc || id < 0 || id >= pmc->soc->num_powergates) in tegra_powergate_remove_clamping()
254 if (pmc->soc->has_gpu_clamps) { in tegra_powergate_remove_clamping()
330 if (pmc->soc && cpuid > 0 && cpuid < pmc->soc->num_cpu_powergates) in tegra_get_cpu_powergate_id()
331 return pmc->soc->cpu_powergates[cpuid]; in tegra_get_cpu_powergate_id()
423 for (i = 0; i < pmc->soc->num_powergates; i++) { in powergate_show()
424 if (!pmc->soc->powergates[i]) in powergate_show()
427 seq_printf(s, " %9s %7s\n", pmc->soc->powergates[i], in powergate_show()
738 if (!pmc->soc->has_tsense_reset) in tegra_pmc_init_tsense_reset()
1123 pmc->soc = match->data; in tegra_pmc_early_init()