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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c267 uint32_t pstate, nCSetCmd, mCSetCmd; local
301 nCSetCmd = pp->pms.pmsCSetCmd & ~mCSetCmd; /* Clear changing bits */
302 nCSetCmd = nCSetCmd | (pnstate->pmsSetCmd & mCSetCmd); /* Flip on the changing bits and the always copy bits */
304 pp->pms.pmsCSetCmd = nCSetCmd; /* Set it for real */

Completed in 63 milliseconds