Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv.h168 #define SG_STATUS_SHIFT 16 macro
173 #define SG_GET_PREV_SENSOR_STATUS(status) ((status) >> SG_STATUS_SHIFT)
181 status |= (((value) & SG_STATUS_MASK) << SG_STATUS_SHIFT)