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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c69 #define SCDM_CMD ('S' << 8) /* generic SSP */ macro
70 #define SCDM_CMD_SUCCESS (SCDM_CMD | 0x1)
71 #define SCDM_GOTO_OBP (SCDM_CMD | 0x2)
72 #define SCDM_GOTO_PANIC (SCDM_CMD | 0x3)
73 #define SCDM_ENVIRON (SCDM_CMD | 0x4) /* environmental intr */
74 #define SCDM_SHUTDOWN (SCDM_CMD | 0x5) /* setkeyswitch STANDBY */
75 #define SCDM_GET_NODENAME (SCDM_CMD | 0x6) /* get domain nodename */
76 #define SCDM_LOG_ECC_ERROR (SCDM_CMD | 0x7) /* ECC error logging */
77 #define SCDM_LOG_ECC_INDICTMENT (SCDM_CMD | 0x8) /* ECC indictment logging */
78 #define SCDM_LOG_ECC (SCDM_CMD |
[all...]

Completed in 57 milliseconds