Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/cxgbe/common/
H A Dt4_regs.h40740 #define S_INSTANCENUM 22 macro
40742 #define V_INSTANCENUM(x) ((x) << S_INSTANCENUM)
40743 #define G_INSTANCENUM(x) (((x) >> S_INSTANCENUM) & M_INSTANCENUM)