Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h6368 #define S_STATIC_WIDTH 1 macro
6370 #define V_STATIC_WIDTH(x) ((x) << S_STATIC_WIDTH)
6371 #define G_STATIC_WIDTH(x) (((x) >> S_STATIC_WIDTH) & M_STATIC_WIDTH)