HomeSort by: relevance | last modified time | path
    Searched refs:mul_u32_fixed16 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_fixed.h 120 static inline uint_fixed_16_16_t mul_u32_fixed16(u32 val, uint_fixed_16_16_t mul) function in typeref:typename:uint_fixed_16_16_t
intel_pm.c 4541 ret = mul_u32_fixed16(wm_intermediate_val, plane_blocks_per_line);
4672 wp->y_tile_minimum = mul_u32_fixed16(wp->y_min_scanlines,
4865 linetime_wm = fixed16_to_u32_round_up(mul_u32_fixed16(8, linetime_us));

Completed in 67 milliseconds