Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h60041 #define S_POST_CURSOR2 4 macro
60043 #define V_POST_CURSOR2(x) ((x) << S_POST_CURSOR2)
60044 #define G_POST_CURSOR2(x) (((x) >> S_POST_CURSOR2) & M_POST_CURSOR2)