Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpcic_reg.h564 #define BYTE_0(x) (x) macro
566 #define CB_SE_POWER_CYCLE BYTE_0(0x08)
567 #define CB_SE_CCDMASK BYTE_0(0x06)
568 #define CB_SE_CCD2 BYTE_0(0x04)
569 #define CB_SE_CCD1 BYTE_0(0x02)
570 #define CB_SE_CSTSCHG BYTE_0(0x01)
572 #define CB_SM_POWER_CYCLE BYTE_0(0x08)
573 #define CB_SM_CCDMASK BYTE_0(0x06)
574 #define CB_SM_CCD2 BYTE_0(0x04)
575 #define CB_SM_CCD1 BYTE_0(0x02)
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclenvmond.h79 #define BYTE_0(_X) (*((int8_t *)(_X) + 0)) macro
H A Dpicldr.c394 uint8_t event_data = BYTE_0(res_datap); in env_handle_smc_local_event()
508 SC_MSG_CMD(&rsp_msg), BYTE_0(res_datap), in env_process_smc_event()