Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgbe/common/
HDt4_regs.h11646 #define S_CNT_VAL 0 macro
11648 #define V_CNT_VAL(x) ((x) << S_CNT_VAL)
11649 #define G_CNT_VAL(x) (((x) >> S_CNT_VAL) & M_CNT_VAL)