Searched refs:PPMREQ (Results 1 – 3 of 3) sorted by relevance
134 #define PPMREQ (('P' << 24) | ('M' << 16)) macro136 #define PPMREQ_PRE_PWR_OFF (PPMREQ | 1)137 #define PPMREQ_PRE_PWR_ON (PPMREQ | 2)138 #define PPMREQ_POST_PWR_ON (PPMREQ | 3)
249 if ((cmd & ~PPMREQ_MASK) == PPMREQ) { in px_ioctl()
1833 ASSERT((cmd & ~PPMREQ_MASK) == PPMREQ); in px_lib_pmctl()