OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:best_freq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_mode.c
268
int freq,
best_freq
= 0;
local in function:ch7006_setup_pll
275
abs(
best_freq
- mode->mode.clock)) {
276
best_freq
= freq;
295
best_n, best_m,
best_freq
, best_n < 108);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c
1125
uint32_t
best_freq
= -1;
local in function:radeon_compute_pll_legacy
1239
best_freq
= current_freq;
1243
if (
best_freq
== -1) {
1248
best_freq
= current_freq;
1261
best_freq
= current_freq;
1279
*dot_clock_p =
best_freq
/ 10000;
1286
best_freq
/ 1000, best_feedback_div, best_frac_feedback_div,
Completed in 77 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025