Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h39364 #define S_DBGICMDMODE 0 macro
39366 #define V_DBGICMDMODE(x) ((x) << S_DBGICMDMODE)
39367 #define G_DBGICMDMODE(x) (((x) >> S_DBGICMDMODE) & M_DBGICMDMODE)