Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h5178 #define S_UPGEN 2 macro
5180 #define V_UPGEN(x) ((x) << S_UPGEN)
5181 #define G_UPGEN(x) (((x) >> S_UPGEN) & M_UPGEN)