Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/io/px/
H A Dpx_err.h75 extern uint64_t px_tlu_oe_log_mask;
H A Dpx_hlib.c3196 if (px_tlu_oe_log_mask & (1ull << TLU_OTHER_EVENT_STATUS_SET_LUP_P)) in oberon_hp_pwron()
3198 if (px_tlu_oe_log_mask & (1ull << TLU_OTHER_EVENT_STATUS_SET_LDN_P)) in oberon_hp_pwron()
3200 if (px_tlu_oe_log_mask & (1ull << TLU_OTHER_EVENT_STATUS_SET_LUP_S)) in oberon_hp_pwron()
3202 if (px_tlu_oe_log_mask & (1ull << TLU_OTHER_EVENT_STATUS_SET_LDN_S)) in oberon_hp_pwron()
H A Dpx_err.c62 uint64_t px_tlu_oe_log_mask = PX_ERR_EN_ALL & ~0x80000000800; variable