Searched refs:vrate (Results 1 – 4 of 4) sorted by relevance
26 __field(u64, vrate)41 __entry->vrate = now->vrate;55 __entry->now, __entry->vnow, __entry->vrate,
562 u64 vrate; member761 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins() local763 margins->min = (period_us * MARGIN_MIN_PCT / 100) * vrate; in ioc_refresh_margins()764 margins->low = (period_us * MARGIN_LOW_PCT / 100) * vrate; in ioc_refresh_margins()765 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate; in ioc_refresh_margins()983 now->vrate = atomic64_read(&ioc->vtime_rate); in ioc_now()996 (now->now - ioc->period_at) * now->vrate; in ioc_now()2313 u64 vrate = ioc->vtime_base_rate; in ioc_timer_fn() local2325 if (vrate < vrate_min) { in ioc_timer_fn()2326 vrate = div64_u64(vrate * (100 + VRATE_CLAMP_ADJ_PCT), in ioc_timer_fn()[all …]
338 static u32 pll_14nm_kvco_slop(u32 vrate) in pll_14nm_kvco_slop() argument342 if (vrate > VCO_MIN_RATE && vrate <= 1800000000UL) in pll_14nm_kvco_slop()344 else if (vrate > 1800000000UL && vrate < 2300000000UL) in pll_14nm_kvco_slop()346 else if (vrate > 2300000000UL && vrate < VCO_MAX_RATE) in pll_14nm_kvco_slop()
155 vrate = ioc.vtime_rate.counter.value_()156 period_vtime = ioc.period_us.value_() * vrate