Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h27896 #define S_CSTATIC4 4 macro
27898 #define V_CSTATIC4(x) ((x) << S_CSTATIC4)
27899 #define G_CSTATIC4(x) (((x) >> S_CSTATIC4) & M_CSTATIC4)