Lines Matching refs:soc
136 const struct tegra_pmc_soc *soc; member
202 if (!pmc->soc || id < 0 || id >= pmc->soc->num_powergates) in tegra_powergate_power_on()
214 if (!pmc->soc || id < 0 || id >= pmc->soc->num_powergates) in tegra_powergate_power_off()
229 if (!pmc->soc || id < 0 || id >= pmc->soc->num_powergates) in tegra_powergate_is_powered()
244 if (!pmc->soc || id < 0 || id >= pmc->soc->num_powergates) in tegra_powergate_remove_clamping()
252 if (pmc->soc->has_gpu_clamps) { in tegra_powergate_remove_clamping()
328 if (pmc->soc && cpuid > 0 && cpuid < pmc->soc->num_cpu_powergates) in tegra_get_cpu_powergate_id()
329 return pmc->soc->cpu_powergates[cpuid]; in tegra_get_cpu_powergate_id()
417 for (i = 0; i < pmc->soc->num_powergates; i++) { in powergate_show()
418 if (!pmc->soc->powergates[i]) in powergate_show()
421 seq_printf(s, " %9s %7s\n", pmc->soc->powergates[i], in powergate_show()
734 if (!pmc->soc->has_tsense_reset) in tegra_pmc_init_tsense_reset()
1040 pmc->soc = match->data; in tegra_pmc_early_init()