Home
last modified time | relevance | path

Searched defs:tegra_pmc_soc (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/soc/tegra/
Dpmc.c338 struct tegra_pmc_soc { struct
339 unsigned int num_powergates;
340 const char *const *powergates;
341 unsigned int num_cpu_powergates;
342 const u8 *cpu_powergates;
344 bool has_tsense_reset;
345 bool has_gpu_clamps;
346 bool needs_mbist_war;
347 bool has_impl_33v_pwr;
348 bool maybe_tz_only;
[all …]
/kernel/linux/linux-5.10/drivers/soc/tegra/
Dpmc.c295 struct tegra_pmc_soc { struct
296 unsigned int num_powergates;
297 const char *const *powergates;
298 unsigned int num_cpu_powergates;
299 const u8 *cpu_powergates;
301 bool has_tsense_reset;
302 bool has_gpu_clamps;
303 bool needs_mbist_war;
304 bool has_impl_33v_pwr;
305 bool maybe_tz_only;
[all …]