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 …]
163 struct sys_clk_info_t { struct164 struct pvtpll_table *cpul_table;165 struct pvtpll_table *cpub01_table;166 struct pvtpll_table *cpub23_table;167 struct pvtpll_table *gpu_table;168 struct pvtpll_table *npu_table;169 unsigned int cpul_rate_count;170 unsigned int cpub01_rate_count;171 unsigned int cpub23_rate_count;172 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;