Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h60036 #define S_POST_CURSOR1 8 macro
60038 #define V_POST_CURSOR1(x) ((x) << S_POST_CURSOR1)
60039 #define G_POST_CURSOR1(x) (((x) >> S_POST_CURSOR1) & M_POST_CURSOR1)