Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6642 #define S_SYNMODE 7 macro
6644 #define V_SYNMODE(x) ((x) << S_SYNMODE)
6645 #define G_SYNMODE(x) (((x) >> S_SYNMODE) & M_SYNMODE)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h38515 #define S_SYNMODE 7 macro
38517 #define V_SYNMODE(x) ((x) << S_SYNMODE)
38518 #define G_SYNMODE(x) (((x) >> S_SYNMODE) & M_SYNMODE)