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