Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2147 code = FRU_UNIT_TO_EVCODE(SLOT, suip->unit_number); in scsb_get_led_regnum()
2162 code = FRU_UNIT_TO_EVCODE(PDU, suip->unit_number); in scsb_get_led_regnum()
2177 code = FRU_UNIT_TO_EVCODE(PS, suip->unit_number); in scsb_get_led_regnum()
2194 code = FRU_UNIT_TO_EVCODE(DISK, suip->unit_number); in scsb_get_led_regnum()
2209 code = FRU_UNIT_TO_EVCODE(FAN, suip->unit_number); in scsb_get_led_regnum()
2224 code = FRU_UNIT_TO_EVCODE(CFTM, suip->unit_number); in scsb_get_led_regnum()
2239 code = FRU_UNIT_TO_EVCODE(SCB, suip->unit_number); in scsb_get_led_regnum()
2497 int code = FRU_UNIT_TO_EVCODE(suip->unit_type, in scsb_led_get()
2609 code = FRU_UNIT_TO_EVCODE(suip->unit_type, suip->unit_number); in scsb_led_set()
3023 t = FRU_UNIT_TO_EVCODE(SLOT, iunit); in scsb_set_topology()
[all …]
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb.h318 #define FRU_UNIT_TO_EVCODE(type, unit) (type_to_code1[type] << (unit - 1)) macro