Searched defs:S_VAR_MULT (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ | ||
H A D | regs.h | 948 #define S_VAR_MULT 0 macro 950 #define V_VAR_MULT(x) ((x) << S_VAR_MULT) 951 #define G_VAR_MULT(x) (((x) >> S_VAR_MULT) & M_VAR_MULT) |
Completed in 62 milliseconds