Searched refs:delta_refcnt (Results 1 – 1 of 1) sorted by relevance
146 u32 delta_refcnt; in tegra194_get_speed_common() local171 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()174 if (!delta_refcnt) { in tegra194_get_speed_common()178 rate_mhz = ((unsigned long)(delta_ccnt * REF_CLK_MHZ)) / delta_refcnt; in tegra194_get_speed_common()