Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h54259 #define S_DCDSTEP 11 macro
54261 #define V_DCDSTEP(x) ((x) << S_DCDSTEP)
54262 #define G_DCDSTEP(x) (((x) >> S_DCDSTEP) & M_DCDSTEP)