OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_pstates
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
priv.h
17
int
nr_pstates
;
member in struct:nvkm_clk_func
nouveau_nvkm_subdev_clk_gm20b.c
890
.
nr_pstates
= ARRAY_SIZE(gm20b_pstates) - 1,
907
.
nr_pstates
= ARRAY_SIZE(gm20b_pstates),
989
int
nr_pstates
= clk->base.base.func->
nr_pstates
;
local in function:gm20b_clk_init_safe_fmax
1004
for (i = 0; i <
nr_pstates
; i++)
nouveau_nvkm_subdev_clk_gk20a.c
609
.
nr_pstates
= ARRAY_SIZE(gk20a_pstates),
628
for (i = 0; i < func->
nr_pstates
; i++) {
nouveau_nvkm_subdev_clk_base.c
730
for (idx = 0; idx < func->
nr_pstates
; idx++)
732
clk->state_nr = func->
nr_pstates
;
Completed in 12 milliseconds
Indexes created Fri Nov 07 05:10:14 GMT 2025