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

/freebsd-13-stable/sys/powerpc/cpufreq/
H A Dpmcr.c42 static int pstate_ids[256]; variable
56 npstates = OF_getencprop(node, "ibm,pstate-ids", pstate_ids,
57 sizeof(pstate_ids));
175 sets[i].spec[0] = pstate_ids[i];
222 for (i = 0; i < npstates && pstate_ids[i] != pstate; i++)

Completed in 97 milliseconds