Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h59756 #define S_POST_CURSOR 8 macro
59758 #define V_POST_CURSOR(x) ((x) << S_POST_CURSOR)
59759 #define G_POST_CURSOR(x) (((x) >> S_POST_CURSOR) & M_POST_CURSOR)