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