Lines Matching defs:tegra_pmc
426 struct tegra_pmc { struct
434 const struct tegra_pmc_soc *soc; argument
435 bool tz_only;
437 unsigned long rate;
439 enum tegra_suspend_mode suspend_mode;
440 u32 cpu_good_time;
441 u32 cpu_off_time;
442 u32 core_osc_time;
443 u32 core_pmu_time;
444 u32 core_off_time;
445 bool corereq_high;
446 bool sysclkreq_high;
447 bool combined_req;
448 bool cpu_pwr_good_en;
472 static struct tegra_pmc *pmc = &(struct tegra_pmc) { argument