Searched defs:S_TPIPAR (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/chxge/com/ | ||
H A D | regs.h | 620 #define S_TPIPAR 0 macro 622 #define V_TPIPAR(x) ((x) << S_TPIPAR) 623 #define G_TPIPAR(x) (((x) >> S_TPIPAR) & M_TPIPAR) |
Completed in 65 milliseconds