Searched refs:clamp_u64_to_fixed16 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_fixed.h60 static inline uint_fixed_16_16_t clamp_u64_to_fixed16(u64 val) function
94 return clamp_u64_to_fixed16(tmp);
104 return clamp_u64_to_fixed16(tmp);
124 return clamp_u64_to_fixed16(tmp);
134 return clamp_u64_to_fixed16(tmp);
145 return clamp_u64_to_fixed16(tmp);

Completed in 108 milliseconds