Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dtegra194-cpufreq.c49 u32 refclk_cnt, last_refclk_cnt; member
113 c->last_refclk_cnt = lower_32_bits(val); in tegra_read_counters()
170 if (c.refclk_cnt < c.last_refclk_cnt) in tegra194_get_speed_common()
171 delta_refcnt = c.refclk_cnt + (MAX_CNT - c.last_refclk_cnt); in tegra194_get_speed_common()
173 delta_refcnt = c.refclk_cnt - c.last_refclk_cnt; in tegra194_get_speed_common()