Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22697 #define S_MINAMP 0 macro
22699 #define V_MINAMP(x) ((x) << S_MINAMP)
22700 #define G_MINAMP(x) (((x) >> S_MINAMP) & M_MINAMP)