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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h55 #define pmsMustCmp 0x00200000 /* Delay must complete before next change */ macro
/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? */
300 mCSetCmd = (mCSetCmd - (mCSetCmd >> 7)) | pmsSync | pmsMustCmp | pmsPowerID; /* Form mask of bits that come from new command */

Completed in 7 milliseconds