Searched defs:sys_clk_info_t (Results 1 – 3 of 3) sorted by relevance
207 struct sys_clk_info_t { struct208 struct pvtpll_table *cpul_table;209 struct pvtpll_table *cci_table;210 struct pvtpll_table *cpub_table;211 struct pvtpll_table *gpu_table;212 struct pvtpll_table *npu_table;213 unsigned int cpul_rate_count;214 unsigned int cci_rate_count;215 unsigned int cpub_rate_count;216 unsigned int gpu_rate_count;[all …]
158 struct sys_clk_info_t { struct159 struct pvtpll_table *cpul_table;160 struct pvtpll_table *cpub01_table;161 struct pvtpll_table *cpub23_table;162 struct pvtpll_table *gpu_table;163 struct pvtpll_table *npu_table;164 unsigned int cpul_rate_count;165 unsigned int cpub01_rate_count;166 unsigned int cpub23_rate_count;167 unsigned int gpu_rate_count;[all …]
115 struct sys_clk_info_t { struct116 unsigned long cpu_rate;117 unsigned long gpu_rate;118 unsigned long npu_rate;