OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_inputfreq
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_pllgt215.c
47
lM = (info->refclk + info->vco1.
max_inputfreq
) / info->vco1.
max_inputfreq
;
nouveau_nvkm_subdev_clk_pllnv04.c
50
int maxU = info->vco1.
max_inputfreq
;
148
int maxU1 = info->vco1.
max_inputfreq
, maxU2 = info->vco2.
max_inputfreq
;
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
pll.h
69
u32
max_inputfreq
;
member in struct:nvbios_pll::__anonee8a8dd00408
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_pll.c
269
info->vco1.
max_inputfreq
= INT_MAX;
270
info->vco2.
max_inputfreq
= INT_MAX;
315
info->vco1.
max_inputfreq
= nvbios_rd16(bios, data + 16) * 1000;
316
info->vco2.
max_inputfreq
= nvbios_rd16(bios, data + 18) * 1000;
344
info->vco1.
max_inputfreq
= nvbios_rd16(bios, data + 12) * 1000;
345
info->vco2.
max_inputfreq
= nvbios_rd16(bios, data + 14) * 1000;
365
info->vco1.
max_inputfreq
= nvbios_rd16(bios, data + 6) * 1000;
379
info->vco1.
max_inputfreq
= nvbios_rd16(bios, data + 11) * 1000;
420
info->vco1.
max_inputfreq
= INT_MAX;
Completed in 14 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025