Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h61518 #define S_DQ_SEL_QUAD 7 macro
61520 #define V_DQ_SEL_QUAD(x) ((x) << S_DQ_SEL_QUAD)
61521 #define G_DQ_SEL_QUAD(x) (((x) >> S_DQ_SEL_QUAD) & M_DQ_SEL_QUAD)