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

  /src/sbin/modstat/
main.c 67 const unsigned int source_max = __arraycount(sources);
221 if (ms->ms_source < source_max)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 458 * @source_val: value in range [@source_min..@source_max]
460 * @source_max: maximum legal value for @source_val
462 * @target_max: corresponding target value for @source_max
464 * Return @source_val in range [@source_min..@source_max] scaled to range
468 u32 source_min, u32 source_max,
473 WARN_ON(source_min > source_max);
477 source_val = clamp(source_val, source_min, source_max);
482 target_val = DIV_ROUND_CLOSEST_ULL(target_val, source_max - source_min);
intel_dp.c 220 int source_max = intel_dig_port->max_lanes; local in function:intel_dp_max_common_lane_count
224 return min3(source_max, sink_max, fia_max);

Completed in 66 milliseconds