Searched defs:S_TP_PC_REV (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dregs.h916 #define S_TP_PC_REV 30 macro
918 #define V_TP_PC_REV(x) ((x) << S_TP_PC_REV)
919 #define G_TP_PC_REV(x) (((x) >> S_TP_PC_REV) & M_TP_PC_REV)

Completed in 126 milliseconds