Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h17626 #define S_PARITY 20 macro
17628 #define V_PARITY(x) ((x) << S_PARITY)
17629 #define G_PARITY(x) (((x) >> S_PARITY) & M_PARITY)