Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h28596 #define S_TRCEOPCNT 16 macro
28598 #define V_TRCEOPCNT(x) ((x) << S_TRCEOPCNT)
28599 #define G_TRCEOPCNT(x) (((x) >> S_TRCEOPCNT) & M_TRCEOPCNT)