Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_regs.h39362 #define S_DBGICMDMODE 0 macro
39364 #define V_DBGICMDMODE(x) ((x) << S_DBGICMDMODE)
39365 #define G_DBGICMDMODE(x) (((x) >> S_DBGICMDMODE) & M_DBGICMDMODE)