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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c140 if(!((sel ^ pp->pms.pmsCSetCmd) & pmsCPU)) return; /* If there aren't any changes, bail now... */
142 nfreq = (sel & pmsCPU) >> 16; /* Isolate the new frequency */
H A Dpms.c216 if ((pmsCtls.pmsDefs[tstate]->pmsSetCmd & pmsCPU) == pkgstate) {
411 result = pmsCPUQuery() & pmsCPU; /* Get the processor data and make sure there is no slop */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h56 #define pmsCPU 0x001F0000 /* CPU frequency */ macro

Completed in 27 milliseconds