Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc3.c145 if (G_MC3_PARITY_ERR(cause)) { in t1_mc3_intr_handler()
148 G_MC3_PARITY_ERR(cause)); in t1_mc3_intr_handler()
H A Dregs.h476 #define G_MC3_PARITY_ERR(x) (((x) >> S_MC3_PARITY_ERR) & M_MC3_PARITY_ERR) macro