Searched refs:vrate (Results 1 – 5 of 5) sorted by relevance
26 __field(u64, vrate)41 __entry->vrate = now->vrate;55 __entry->now, __entry->vnow, __entry->vrate,
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()
560 u64 vrate; member759 u64 vrate = ioc->vtime_base_rate; in ioc_refresh_margins() local761 margins->min = (period_us * MARGIN_MIN_PCT / 100) * vrate; in ioc_refresh_margins()762 margins->low = (period_us * MARGIN_LOW_PCT / 100) * vrate; in ioc_refresh_margins()763 margins->target = (period_us * MARGIN_TARGET_PCT / 100) * vrate; in ioc_refresh_margins()978 u64 vrate = ioc->vtime_base_rate; in ioc_adjust_base_vrate() local995 if (vrate < vrate_min) { in ioc_adjust_base_vrate()996 vrate = div64_u64(vrate * (100 + VRATE_CLAMP_ADJ_PCT), 100); in ioc_adjust_base_vrate()997 vrate = min(vrate, vrate_min); in ioc_adjust_base_vrate()998 } else if (vrate > vrate_max) { in ioc_adjust_base_vrate()[all …]
239 static u32 pll_14nm_kvco_slop(u32 vrate) in pll_14nm_kvco_slop() argument243 if (vrate > VCO_MIN_RATE && vrate <= 1800000000UL) in pll_14nm_kvco_slop()245 else if (vrate > 1800000000UL && vrate < 2300000000UL) in pll_14nm_kvco_slop()247 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