Home
last modified time | relevance | path

Searched refs:fb_ctrs_t0 (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcppc_cpufreq.c330 struct cppc_perf_fb_ctrs fb_ctrs_t0, in cppc_get_rate_from_fbctrs() argument
336 reference_perf = fb_ctrs_t0.reference_perf; in cppc_get_rate_from_fbctrs()
339 fb_ctrs_t0.reference); in cppc_get_rate_from_fbctrs()
341 fb_ctrs_t0.delivered); in cppc_get_rate_from_fbctrs()
355 struct cppc_perf_fb_ctrs fb_ctrs_t0 = {0}, fb_ctrs_t1 = {0}; in cppc_cpufreq_get_rate() local
359 ret = cppc_get_perf_ctrs(cpunum, &fb_ctrs_t0); in cppc_cpufreq_get_rate()
369 return cppc_get_rate_from_fbctrs(cpu, fb_ctrs_t0, fb_ctrs_t1); in cppc_cpufreq_get_rate()