Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Delmer0.h88 #define S_MI1_OP 0 macro
90 #define V_MI1_OP(x) ((x) << S_MI1_OP)
91 #define G_MI1_OP(x) (((x) >> S_MI1_OP) & M_MI1_OP)