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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h94 uint32_t pmsCSetCmd; /* Current select command */ member in struct:pmsd
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c277 if(pp->pms.pmsCSetCmd & pmsMustCmp) { /* Do we have to finish the delay before changing? */
301 nCSetCmd = pp->pms.pmsCSetCmd & ~mCSetCmd; /* Clear changing bits */
304 pp->pms.pmsCSetCmd = nCSetCmd; /* Set it for real */
310 if((pnstate->pmsSetCmd != pmsDelay) && (pp->pms.pmsCSetCmd & pmsSync) && (pnstate->pmsLimit != 0)) { /* Is this a synchronous command with a delay? */
331 || (!(pp->pms.pmsCSetCmd & pmsSync) && (pnstate->pmsLimit != 0))) { /* Is this not syncronous and a non-zero delay or a delayed step? */
H A DpmsCPU.c140 if(!((sel ^ pp->pms.pmsCSetCmd) & pmsCPU)) return; /* If there aren't any changes, bail now... */
H A Dppc_init.c176 BootProcInfo.pms.pmsCSetCmd = pmsCInit; /* Set dummy initial hardware state */
H A Dcpu.c328 proc_info->pms.pmsCSetCmd = pmsCInit; /* Set dummy initial hardware state */

Completed in 73 milliseconds