Lines Matching defs:tegra_pmc_soc
206 struct tegra_pmc_soc { struct
207 unsigned int num_powergates;
208 const char *const *powergates;
209 unsigned int num_cpu_powergates;
210 const u8 *cpu_powergates;
212 bool has_tsense_reset;
213 bool has_gpu_clamps;
214 bool needs_mbist_war;
215 bool has_impl_33v_pwr;
216 bool maybe_tz_only;
218 const struct tegra_io_pad_soc *io_pads;
219 unsigned int num_io_pads;
221 const struct pinctrl_pin_desc *pin_descs;
222 unsigned int num_pin_descs;
224 const struct tegra_pmc_regs *regs;
225 void (*init)(struct tegra_pmc *pmc);
226 void (*setup_irq_polarity)(struct tegra_pmc *pmc,
230 const char * const *reset_sources;
231 unsigned int num_reset_sources;
232 const char * const *reset_levels;
233 unsigned int num_reset_levels;
240 const struct tegra_wake_event *wake_events;
241 unsigned int num_wake_events;