Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h34213 #define S_CIMWEIGHT 8 macro
34215 #define V_CIMWEIGHT(x) ((x) << S_CIMWEIGHT)
34216 #define G_CIMWEIGHT(x) (((x) >> S_CIMWEIGHT) & M_CIMWEIGHT)