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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dpms.h61 #define pmsPowerID 0x000000FF /* Identify power state to HW */ macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpms.c300 mCSetCmd = (mCSetCmd - (mCSetCmd >> 7)) | pmsSync | pmsMustCmp | pmsPowerID; /* Form mask of bits that come from new command */
415 kret = result | (presult & (pmsXClk | pmsVoltage | pmsPowerID)); /* Merge the platform state with no slop */
565 * pmsVoltage, and any part of pmsPowerID that is maintained by the platform hardware (an example would be
566 * the values of the gpios that correspond to pmsPowerID). The value should be constructed by querying

Completed in 28 milliseconds