OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_deviation
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dpll_mgr.c
1125
u64
min_deviation
; /* current minimal deviation */
member in struct:skl_wrpll_context
1135
ctx->
min_deviation
= U64_MAX;
1155
deviation < ctx->
min_deviation
) {
1156
ctx->
min_deviation
= deviation;
1163
deviation < ctx->
min_deviation
) {
1164
ctx->
min_deviation
= deviation;
1339
if (ctx.
min_deviation
== 0)
intel_dpll_mgr.c
1125
u64
min_deviation
; /* current minimal deviation */
member in struct:skl_wrpll_context
1135
ctx->
min_deviation
= U64_MAX;
1155
deviation < ctx->
min_deviation
) {
1156
ctx->
min_deviation
= deviation;
1163
deviation < ctx->
min_deviation
) {
1164
ctx->
min_deviation
= deviation;
1339
if (ctx.
min_deviation
== 0)
Completed in 47 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025