Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h39347 #define S_DBGICMDTYPE 13 macro
39349 #define V_DBGICMDTYPE(x) ((x) << S_DBGICMDTYPE)
39350 #define G_DBGICMDTYPE(x) (((x) >> S_DBGICMDTYPE) & M_DBGICMDTYPE)