Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcppc_cpufreq.c331 struct cppc_perf_fb_ctrs fb_ctrs_t1) in cppc_get_rate_from_fbctrs() argument
338 delta_reference = get_delta(fb_ctrs_t1.reference, in cppc_get_rate_from_fbctrs()
340 delta_delivered = get_delta(fb_ctrs_t1.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
365 ret = cppc_get_perf_ctrs(cpunum, &fb_ctrs_t1); in cppc_cpufreq_get_rate()
369 return cppc_get_rate_from_fbctrs(cpu, fb_ctrs_t0, fb_ctrs_t1); in cppc_cpufreq_get_rate()