Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h16787 #define S_CNT_VAL 0 macro
16789 #define V_CNT_VAL(x) ((x) << S_CNT_VAL)
16790 #define G_CNT_VAL(x) (((x) >> S_CNT_VAL) & M_CNT_VAL)