OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 16 14:10:15 GMT 2025