Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h39318 #define S_DBGICMDRANGE 22 macro
39320 #define V_DBGICMDRANGE(x) ((x) << S_DBGICMDRANGE)
39321 #define G_DBGICMDRANGE(x) (((x) >> S_DBGICMDRANGE) & M_DBGICMDRANGE)