OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clk_params
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gm20b.c
1027
struct gk20a_clk_pllg_params *
clk_params
;
local in function:gm20b_clk_new
1035
clk = kzalloc(sizeof(*clk) + sizeof(*
clk_params
), GFP_KERNEL);
1042
clk_params
= (void *) (clk + 1);
1043
*
clk_params
= gm20b_pllg_params;
1044
ret = gk20a_clk_ctor(device, index, &gm20b_clk,
clk_params
,
1053
clk_params
->max_m =
clk_params
->min_m = DIV_ROUND_UP(
clk_params
->max_u,
1055
if (
clk_params
->max_m == 0) {
Completed in 11 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025