Searched refs:vrate (Results 1 – 5 of 5) sorted by relevance
164 int vrate = -1; in virtsnd_pcm_dev_set_params() local175 vrate = g_a2v_rate_map[i].vio_bit; in virtsnd_pcm_dev_set_params()180 if (vformat == -1 || vrate == -1) in virtsnd_pcm_dev_set_params()193 request->rate = vrate; in virtsnd_pcm_dev_set_params()
757 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins() local759 margins->min = (period_us * MARGIN_MIN_PCT / 100) * vrate; in ioc_refresh_margins()760 margins->low = (period_us * MARGIN_LOW_PCT / 100) * vrate; in ioc_refresh_margins()761 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate; in ioc_refresh_margins()997 u64 vrate = ioc->vtime_base_rate; in ioc_adjust_base_vrate() local1002 trace_iocost_ioc_vrate_adj(ioc, vrate, in ioc_adjust_base_vrate()1014 if (vrate < vrate_min) { in ioc_adjust_base_vrate()1015 vrate = div64_u64(vrate * (100 + VRATE_CLAMP_ADJ_PCT), 100); in ioc_adjust_base_vrate()1016 vrate = min(vrate, vrate_min); in ioc_adjust_base_vrate()1017 } else if (vrate > vrate_max) { in ioc_adjust_base_vrate()[all …]
26 __field(u64, vrate)41 __entry->vrate = iocg->ioc->vtime_base_rate;55 __entry->now, __entry->vnow, __entry->vrate,
237 static u32 pll_14nm_kvco_slop(u32 vrate) in pll_14nm_kvco_slop() argument241 if (vrate > VCO_MIN_RATE && vrate <= 1800000000UL) in pll_14nm_kvco_slop()243 else if (vrate > 1800000000UL && vrate < 2300000000UL) in pll_14nm_kvco_slop()245 else if (vrate > 2300000000UL && vrate < VCO_MAX_RATE) in pll_14nm_kvco_slop()
158 vrate = ioc.vtime_rate.counter.value_()159 period_vtime = ioc.period_us.value_() * vrate