Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h5933 #define S_POSTCURSOR 12 macro
5935 #define V_POSTCURSOR(x) ((x) << S_POSTCURSOR)
5936 #define G_POSTCURSOR(x) (((x) >> S_POSTCURSOR) & M_POSTCURSOR)