Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c1002 uint8_t thres_mask; in pd_get_sensor_threshold() local
1011 thres_mask = rsp_pkt.data[0]; in pd_get_sensor_threshold()
1013 if (thres_mask & 0x20) { in pd_get_sensor_threshold()
1023 if (thres_mask & 0x10) { in pd_get_sensor_threshold()
1034 if (thres_mask & 0x08) { in pd_get_sensor_threshold()
1044 if (thres_mask & 0x04) { in pd_get_sensor_threshold()
1054 if (thres_mask & 0x02) { in pd_get_sensor_threshold()
1064 if (thres_mask & 0x01) { in pd_get_sensor_threshold()