Home | Sort by: relevance | last modified time | path |
/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++) |