Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h2032 #define S_FUNCTION 12 macro
2034 #define V_FUNCTION(x) ((x) << S_FUNCTION)
2035 #define G_FUNCTION(x) (((x) >> S_FUNCTION) & M_FUNCTION)