Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h30009 #define S_DBGLARPTR 0 macro
30011 #define V_DBGLARPTR(x) ((x) << S_DBGLARPTR)
30012 #define G_DBGLARPTR(x) (((x) >> S_DBGLARPTR) & M_DBGLARPTR)