Searched refs:vrate (Results 1 – 4 of 4) sorted by relevance
513 u64 vrate; member859 now->vrate = atomic64_read(&ioc->vtime_rate); in ioc_now()872 (now->now - ioc->period_at) * now->vrate; in ioc_now()1077 vmargin = ioc->margin_us * now->vrate; in iocg_activate()1187 DIV64_U64_ROUND_UP(vshortage, now->vrate) * NSEC_PER_USEC; in iocg_kick_waitq()1220 u64 vmargin = ioc->margin_us * now->vrate; in iocg_kick_delay()1241 now->vrate); in iocg_kick_delay()1247 now->vrate) * NSEC_PER_USEC; in iocg_kick_delay()1448 vmargin = ioc->margin_us * now.vrate; in ioc_timer_fn()1562 u64 vrate = atomic64_read(&ioc->vtime_rate); in ioc_timer_fn() local[all …]
26 __field(u64, vrate)42 __entry->vrate = now->vrate;57 __entry->now, __entry->vnow, __entry->vrate,
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