Searched defs:cpg_mssr_info (Results 1 – 2 of 2) sorted by relevance
124 struct cpg_mssr_info { struct126 const struct cpg_core_clk *early_core_clks;127 unsigned int num_early_core_clks;128 const struct mssr_mod_clk *early_mod_clks;129 unsigned int num_early_mod_clks;155 const struct cpg_mssr_info *info, argument
16 struct cpg_mssr_info { struct17 const struct cpg_core_clk *core_clk;18 unsigned int core_clk_size;19 const struct mssr_mod_clk *mod_clk;20 unsigned int mod_clk_size;21 const struct mstp_stop_table *mstp_table;22 unsigned int mstp_table_size;23 const char *reset_node;24 const char *extalr_node;25 const char *extal_usb_node;[all …]