OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_vco_f
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gk20a.c
113
u32
target_vco_f
;
local in function:gk20a_pllg_calc_mnp
121
target_vco_f
= target_clk_f + target_clk_f / 50;
122
max_vco_f = max(clk->params->max_vco,
target_vco_f
);
129
high_pl = (max_vco_f +
target_vco_f
- 1) /
target_vco_f
;
135
low_pl = min_vco_f /
target_vco_f
;
147
target_vco_f
= target_clk_f * clk->pl_to_div(pl);
157
n = (
target_vco_f
* m) / ref_clk_f;
158
n2 = ((
target_vco_f
* m) + (ref_clk_f - 1)) / ref_clk_f;
nouveau_nvkm_subdev_clk_gk20a.c
113
u32
target_vco_f
;
local in function:gk20a_pllg_calc_mnp
121
target_vco_f
= target_clk_f + target_clk_f / 50;
122
max_vco_f = max(clk->params->max_vco,
target_vco_f
);
129
high_pl = (max_vco_f +
target_vco_f
- 1) /
target_vco_f
;
135
low_pl = min_vco_f /
target_vco_f
;
147
target_vco_f
= target_clk_f * clk->pl_to_div(pl);
157
n = (
target_vco_f
* m) / ref_clk_f;
158
n2 = ((
target_vco_f
* m) + (ref_clk_f - 1)) / ref_clk_f;
Completed in 27 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025