Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-pll.c1980 u32 freq_cnt0 = 0, freq_cnt1 = 0; in boost_summary_show() local
1991 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()