Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h17268 #define S_BKP_CNT_TYPE 30 macro
17270 #define V_BKP_CNT_TYPE(x) ((x) << S_BKP_CNT_TYPE)
17271 #define G_BKP_CNT_TYPE(x) (((x) >> S_BKP_CNT_TYPE) & M_BKP_CNT_TYPE)