Searched refs:freq_cnt0 (Results 1 – 1 of 1) sorted by relevance
1980 u32 freq_cnt0 = 0, freq_cnt1 = 0; in boost_summary_show() local1991 regmap_read(pll->boost, BOOST_HIGH_PERF_CNT0, &freq_cnt0); in boost_summary_show()1993 freq_cnt = ((u64)freq_cnt1 << 32) + (u64)freq_cnt0; in boost_summary_show()