Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h43075 #define S_DSAMP 0 macro
43077 #define V_DSAMP(x) ((x) << S_DSAMP)
43078 #define G_DSAMP(x) (((x) >> S_DSAMP) & M_DSAMP)