Home
last modified time | relevance | path

Searched refs:pstate_ids (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/cpufreq/
H A Dpmcr.c39 static int pstate_ids[256]; variable
53 npstates = OF_getencprop(node, "ibm,pstate-ids", pstate_ids, in parse_pstates()
54 sizeof(pstate_ids)); in parse_pstates()
169 sets[i].spec[0] = pstate_ids[i]; in pmcr_settings()
214 for (i = 0; i < npstates && pstate_ids[i] != pstate; i++) in pmcr_get()