Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22009 #define S_STBY 0 macro
22011 #define V_STBY(x) ((x) << S_STBY)
22012 #define G_STBY(x) (((x) >> S_STBY) & M_STBY)