Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h21088 #define S_RESRV 16 macro
21090 #define V_RESRV(x) ((x) << S_RESRV)
21091 #define G_RESRV(x) (((x) >> S_RESRV) & M_RESRV)