OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pstates
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
priv.h
16
struct nvkm_pstate *
pstates
;
member in struct:nvkm_clk_func
nouveau_nvkm_subdev_clk_gm20b.c
870
base->func->calc(base, &base->func->
pstates
[0].base);
888
.
pstates
= gm20b_pstates,
906
.
pstates
= gm20b_pstates,
988
struct nvkm_pstate *
pstates
= clk->base.base.func->
pstates
;
local in function:gm20b_clk_init_safe_fmax
1005
if (
pstates
[i].base.voltage == id)
1007
pstates
[i].base.domain[nv_clk_src_gpc]);
/src/sys/dev/fdt/
gpioregulator.c
105
const uint32_t *
pstates
;
local in function:gpioregulator_attach
129
pstates
= fdtbus_get_prop(phandle, "states", &len);
130
if (
pstates
== NULL || len < 8 || len % 8 != 0) {
140
sc->sc_states[n].st_val = be32toh(
pstates
[n * 2 + 0]);
141
sc->sc_states[n].st_mask = be32toh(
pstates
[n * 2 + 1]);
Completed in 15 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025