OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npll_coef
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_nv40.c
40
u32
npll_coef
;
member in struct:nv40_clk
167
clk->
npll_coef
= (N1 << 8) | M1;
170
clk->
npll_coef
= (N2 << 24) | (M2 << 16) | (N1 << 8) | M1;
196
nvkm_wr32(device, 0x004004, clk->
npll_coef
);
nouveau_nvkm_subdev_clk_nv40.c
40
u32
npll_coef
;
member in struct:nv40_clk
167
clk->
npll_coef
= (N1 << 8) | M1;
170
clk->
npll_coef
= (N2 << 24) | (M2 << 16) | (N1 << 8) | M1;
196
nvkm_wr32(device, 0x004004, clk->
npll_coef
);
Completed in 50 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025