Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h1424 #define S_TSVAL 0 macro
1426 #define V_TSVAL(x) ((x) << S_TSVAL)
1427 #define G_TSVAL(x) (((x) >> S_TSVAL) & M_TSVAL)