Home
last modified time | relevance | path

Searched refs:oa_period (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/
H A Di915_perf.c4099 u64 oa_period, oa_freq_hz; in read_properties_unlocked() local
4162 BUILD_BUG_ON(sizeof(oa_period) != 8); in read_properties_unlocked()
4163 oa_period = oa_exponent_to_ns(perf, value); in read_properties_unlocked()
4171 if (oa_period <= NSEC_PER_SEC) { in read_properties_unlocked()
4173 do_div(tmp, oa_period); in read_properties_unlocked()