Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22518 #define S_PEAK 8 macro
22520 #define V_PEAK(x) ((x) << S_PEAK)
22521 #define G_PEAK(x) (((x) >> S_PEAK) & M_PEAK)