Searched refs:last_refclk_cnt (Results 1 – 1 of 1) sorted by relevance
49 u32 refclk_cnt, last_refclk_cnt; member113 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()