Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6225 #define S_DEBUGLAREQADDR 0 macro
6227 #define V_DEBUGLAREQADDR(x) ((x) << S_DEBUGLAREQADDR)
6228 #define G_DEBUGLAREQADDR(x) (((x) >> S_DEBUGLAREQADDR) & M_DEBUGLAREQADDR)