Home
last modified time | relevance | path

Searched defs:nom (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_pll.c44 static void amdgpu_pll_reduce_ratio(unsigned *nom, unsigned *den, in amdgpu_pll_reduce_ratio()
84 static void amdgpu_pll_get_fb_ref_div(struct amdgpu_device *adev, unsigned int nom, in amdgpu_pll_get_fb_ref_div()
138 unsigned nom, den; in amdgpu_pll_compute() local
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_clock_utils.c204 static u64 div_u64_roundup(u64 nom, u32 den) in div_u64_roundup()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_display.c885 static void avivo_reduce_ratio(unsigned *nom, unsigned *den, in avivo_reduce_ratio()
924 static void avivo_get_fb_ref_div(unsigned nom, unsigned den, unsigned post_div, in avivo_get_fb_ref_div()
971 unsigned nom, den; in radeon_compute_pll_avivo() local
/openbsd/sys/dev/pci/drm/i915/
H A Di915_perf.c4031 u64 nom = (2ULL << exponent) * NSEC_PER_SEC; in oa_exponent_to_ns() local