Home
last modified time | relevance | path

Searched refs:PPMREQ (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dpcie_pwr.h134 #define PPMREQ (('P' << 24) | ('M' << 16)) macro
136 #define PPMREQ_PRE_PWR_OFF (PPMREQ | 1)
137 #define PPMREQ_PRE_PWR_ON (PPMREQ | 2)
138 #define PPMREQ_POST_PWR_ON (PPMREQ | 3)
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_devctl.c249 if ((cmd & ~PPMREQ_MASK) == PPMREQ) { in px_ioctl()
/titanic_44/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c1833 ASSERT((cmd & ~PPMREQ_MASK) == PPMREQ); in px_lib_pmctl()