Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h41983 #define S_BER_COUNT 8 macro
41985 #define V_BER_COUNT(x) ((x) << S_BER_COUNT)
41986 #define G_BER_COUNT(x) (((x) >> S_BER_COUNT) & M_BER_COUNT)